This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
原CCS5.5工程导入到CCS10后,build失败。现象如下:
"C:\\ti\\ccs1010\\ccs\\utils\\bin\\gmake" -k all
Building file: "../helloWorld.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_61_00_16_core/xs" --xdcpath="C:/ti/mcsdk_2_01_02_06/demos;C:/ti/pdk_C6657_1_1_2_6/packages;C:/ti/ccs1010/ccs/ccs_base;C:/ti/ccs1010/bios_6_76_03_01/packages;C:/ti/ccs1010/ndk_3_61_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66_big_endian -p ti.platforms.evm6657 -r debug -c "C:/ti/ccs1010/ti-cgt-c6000_8.3.2" "../helloWorld.cfg"
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
subdir_rules.mk:19: recipe for target 'build-1491603489-inproc' failed
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.elf.C66_big_endian' along the path 'C:/ti/mcsdk_2_01_02_06/demos;C:/ti/pdk_C6657_1_1_2_6/packages;C:/ti/ccs1010/ccs/ccs_base;C:/ti/ccs1010/bios_6_76_03_01/packages;C:/ti/ccs1010/ndk_3_61_01_01/packages;C:/ti/xdctools_3_61_00_16_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.elf.C66_big_endian' along the path 'C:/ti/mcsdk_2_01_02_06/demos;C:/ti/pdk_C6657_1_1_2_6/packages;C:/ti/ccs1010/ccs/ccs_base;C:/ti/ccs1010/bios_6_76_03_01/packages;C:/ti/ccs1010/ndk_3_61_01_01/packages;C:/ti/xdctools_3_61_00_16_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
gmake.exe: *** No rule to make target '.configuro'. Stop.
js: "C:/ti/xdctools_3_61_00_16_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1491603489-inproc] Error 1
gmake: *** [build-1491603489] Error 2
subdir_rules.mk:16: recipe for target 'build-1491603489' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.elf.C66_big_endian' along the path
SDK中的各个部件是否都安装到CCS中?看提示找不到ti.targets.elf.C66_big_endian
window->preference->product 中都安装了吗?
另外project->properties->ccs general->products中bios文件夹勾选了吗?
原来ccs5.5中能识别到ti.targets.elf.C66_big_endian吗?
第二张图是ccsv10的吗?看截图中是能找到ti.targets.elf.C66_big_endian的。
那也不排除是否是SDK和CCS版本兼容的问题了。