Hello,
I switched from CCS4 to CCs5 finally and due to this my XDC version changed from xdctools_3_16_02_32 to xdctools_3_22_04_46, with a working project on the DM648 platform.
Now an error occurs which I don't know how to handle:
C:\CCS 5\ccsv5\utils\bin\gmake -k all
'Building file: ../Test.cfg'
'Invoking: XDCtools'
"C:/CCS 5/xdctools_3_22_04_46/xs" --xdcpath="C:/CCS 4.1/bios_5_41_02_14/packages;C:/dvsdk_1_11_00_00_DM648/edma3_lld_1_05_00/packages;C:/dvsdk_1_11_00_00_DM648/pspdrivers_1_10_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C64P -p ti.platforms.evmDM648 -r whole_program_debug -c "C:/CCS 5/ccsv5/tools/compiler/c6000" --tcf "..Test.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
gmake.exe: *** No rule to make target `package/cfg/Test_p64P.xdl', needed by `linker.cmd'. Stop.
js: "C:/CCS 5/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.
When I switch back to the old version of the xdctools everything works properly.
Greetings
Dirk