Hi
I have a recent installation of CCS v6.0.1 with RTOS 2.0.1 and System Analyzer 1.3.1.08.
When I try to follow System Analyzer tutorial 1 I can't build it for the EVM C6748. I've tried importing example code, and creating a new CCS Project, but either way I get this error:
**** Build of configuration Debug for project uiaTutorial_1_EVMC6748 ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../systemAnalyzerTutorial1.cfg'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_03_47_core/xs" --xdcpath="c:/ti/uia_1_03_01_08/packages;c:/ti/bios_6_35_04_50/packages;c:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p xdc.platform.generic -r release -c "c:/ti/ccsv6/tools/compiler/c6000_7.4.11" --compileOptions "-g --optimize_with_debug" "../systemAnalyzerTutorial1.cfg"
making package.mak (because of package.bld) ...
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.elf.C674' along the path 'C:/ti/uia_1_03_01_08/packages;C:/ti/bios_6_35_04_50/packages;C:/ti/ccsv6/ccs_base;c:/ti/xdctools_3_30_03_47_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
xdctools_3_30_03_47_core\gmake.exe: *** No rule to make target `.configuro'. Stop.
js: "C:/ti/xdctools_3_30_03_47_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
I am following the instructions at http://processors.wiki.ti.com/index.php/System_Analyzer_Tutorials_(CCSv6), and also the instructions that come with the example project. It's very disappointing that something so simple doesn't just work right away. Especially disappointing as I recently had to get help to run the helloWorld example! (The fix there was to change the output format from COFF to ELF, but that doesn't work here.)
Please can you help me figure out what's gone wrong?
Thanks
Roy