Quantcast
Channel: MSP 低功耗微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 3634

CCS/Can't find the target named 'ti.targets.msp430.elf.MSP430X'

$
0
0

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 ****

 

工程目录:

我的问题为:

  1. target在哪里设置?为什么会出现这些错误?该如何改正?
  2. 为什么我使用的MSP430会在加入driverlib时自动include cc32xx的SDK?

这是我已经下载安装的部分:


Viewing all articles
Browse latest Browse all 3634

Trending Articles