Thanks for the help in advance. I can't figure out what 'configuro' is looking for ...
I am new to CCSv5 / SYS/BIOS - coming from CCSv3.3. I went through the exercise to import the v3.3 (DSP/BIOS) project with success, FYI
Now I am trying to bring up CCSv5 with SYS/BIOS. I installed SYS/BIOS directly and CCSv5 found it on bootup. I used 'xs' to create a platform and that succeeded. I then created a new project, using ti.targets.C64P as the target and the full path to the newly generated platform on the RTSC tab. I added some include paths and required define statements and hit build. Here is what I got. I read several forum posts about tiva packages etc .. but figure that the package 'C' might be something I didn't install or configured wrong (by the way I did NOT install TI-RTOS).
**** Build of configuration Debug for project test1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
subdir_rules.mk:220: warning: overriding commands for target `configPkg/linker.cmd'
subdir_rules.mk:154: warning: ignoring old commands for target `configPkg/linker.cmd'
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_25_03_72/xs" --xdcpath="C:/ti/bios_6_35_04_50/packages;C:/ti/dsplib_c66x_3_1_0_0/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C64P -p C:/7000/DSP1/SYS1 -r release -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" --compileOptions "-g --optimize_with_debug" "../app.cfg"
js: "C:/ti/xdctools_3_25_03_72/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: Can't find platform package C
gmake: Target `all' not remade because of errors.