步骤一:创建ccs project
编译后的提示:
**** Build of configuration Debug for project 5 ****
"C:\\TI\\ccs901\\ccs\\utils\\bin\\gmake" -k -j 4 all -OBuilding 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 ****
请问是什么问题?该如何解决?
Nancy Wang:
看你创建的时候用了project 5,我直接新建了一个新的是可以的。试试看新建一个新工程?
Chen Zhao6:
回复 Nancy Wang:
工程名字为 5,这个就是我新建的工程,有问题。。。
Nancy Wang:
回复 Chen Zhao6:
抱歉我看错了,检查一下preference->products里面几个软件包有没有都装全。
Chen Zhao6:
回复 Nancy Wang:
这些都有,而且我重装了ccs和sdk,在两台电脑上都是同样的问题
yongqing wang:
回复 Chen Zhao6:
参考一下这个帖子:e2e.ti.com/…/427789