CCS/Can't find the target named 'ti.targets.msp430.elf.MSP430X'
Hi
我使用的是TDC1000-TDC7200EVM开发板,上面载有MSP430F5528,在ccs目录下同时装有用于CC3220的SDK 。在CCS8.2中,我使用了之前开发板自带GUI软件内的example代码。得到下图所示错误:
其中第一个错误:Can't find the target named 'ti.targets.msp430.elf.MSP430X' along the path 'C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source;C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/tirtos/packages;C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
Console中:
**** Build of configuration Debug for project test2 ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../driverlib/packages/ti/mcu/msp430/driverlib/product/package/build.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_core/xs" –xdcpath="C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source;C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/tirtos/packages;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430X -r debug -c "C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.3.LTS" "../driverlib/packages/ti/mcu/msp430/driverlib/product/package/build.cfg"
making package.mak (because of package.bld) …
driverlib/packages/ti/mcu/msp430/driverlib/product/package/subdir_rules.mk:12: recipe for target 'build-1503202561-inproc' failed
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.msp430.elf.MSP430X' along the path 'C:/ti/simplelink_cc32xx_sdk_2_30_00_05/source;C:/ti/simplelink_cc32xx_sdk_2_30_00_05/kernel/tirtos/packages;C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
xdctools_3_50_08_24_core\gmake.exe: *** No rule to make target `.configuro'. Stop.
js: "C:/ti/xdctools_3_50_08_24_core_win32/xdctools_3_50_08_24_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-1503202561-inproc] Error 1
gmake: *** [build-1503202561] Error 2
driverlib/packages/ti/mcu/msp430/driverlib/product/package/subdir_rules.mk:9: recipe for target 'build-1503202561' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
工程目录:
我的问题为:
- target在哪里设置?为什么会出现这些错误?该如何改正?
- 为什么我使用的MSP430会在加入driverlib时自动include cc32xx的SDK?
这是我已经下载安装的部分:
灰小子:
这种情况都是工程配置问题。你运行的官网的例程还是自己建立的工程?
user5830274:
回复 灰小子:
是安装TDC1000-TDC7200evm 自带的GUI时提供的demo code,可以说是自己建立的工程吧。
灰小子:
回复 user5830274:
看了这个例程,和cc3200没关系。就是工程配置问题。
你导入工程试试。
user5830274:
回复 灰小子:
导入GUI自带的ccs project 没有问题。但是project中用的是msp430f5529,但是TDC1000-TDC7200上为5528,这样是可以的吗?
请问自己建立工程工程配置还需要配置哪里呢?工程的driverlib是我从MSP430ware中复制过来的,之后ccs提示说build.cfg需要用到XDCtools,点击确认后,注意到cc3220的路径是在这之后自己加到include中的。
灰小子:
回复 user5830274:
不要加cc3220的路径。
ccs的使用可以参考bbs.21ic.com/icview-1648200-1-1.html