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.
步骤一:创建ccs project
编译后的提示:
**** Build of configuration Debug for project 5 ****
"C:\\TI\\ccs901\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../app.cfg"
Invoking: XDCtools
"C:/TI/xdctools_3_51_01_18_core/xs" --xdcpath="C:/TI/bios_6_76_00_08/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.A8Fnv -p ti.platforms.evmAM3359 -r release -c "C:/TI/ccs901/ccs/tools/compiler/ti-cgt-arm_18.1.5.LTS" --compileOptions "-g" "../app.cfg"
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
subdir_rules.mk:12: recipe for target 'build-163895953-inproc' failed
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.arm.elf.A8Fnv' along the path 'C:/TI/bios_6_76_00_08/packages;C:/TI/xdctools_3_51_01_18_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.arm.elf.A8Fnv' along the path 'C:/TI/bios_6_76_00_08/packages;C:/TI/xdctools_3_51_01_18_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_51_01_18_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-163895953-inproc] Error 1
gmake: *** No rule to make target 'build-163895953', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-163895953', needed by 'configPkg/linker.cmd'.
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
请问是什么问题?该如何解决?