TI中文支持网
TI专业的中文技术问题搜集分享网站

CCS编译出现错误

新建文本文档.txt

Building file: "../driverlib/MSP430FR2xx_4xx/tlv.c"
Invoking: MSP430 Compiler
"D:/Software/MSP/ccs/tools/compiler/ti-cgt-msp430_20.2.1.LTS/bin/cl430" -vmspx --use_hw_mpy=F5 --include_path="D:/Software/MSP/ccs/ccs_base/msp430/include" --include_path="D:/Software/MSP/workspace/ymia/driverlib/MSP430FR2xx_4xx/rom_headers" --include_path="D:/Software/MSP/workspace/ymia/bsp" --include_path="D:/Software/MSP/workspace/ymia/driverlib/MSP430FR2xx_4xx" --include_path="D:/Software/MSP/workspace/ymia" --include_path="D:/Software/MSP/ccs/tools/compiler/ti-cgt-msp430_20.2.1.LTS/include" --preinclude="D:/Software/MSP/workspace/ymia/driverlib/MSP430FR2xx_4xx/rom_headers/rom_driverlib_fr253x_fr263x.h" --advice:power=all --advice:hw_config=all --define=__MSP430FR2433__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430FR2xx_4xx/tlv.d_raw" --obj_directory="driverlib/MSP430FR2xx_4xx"  "../driverlib/MSP430FR2xx_4xx/tlv.c"
 
>> Compilation failure
driverlib/MSP430FR2xx_4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP430FR2xx_4xx/tlv.obj' failed
Command-line error #1966: cannot open source file "D:/Software/MSP/workspace/ymia/driverlib/MSP430FR2xx_4xx/rom_headers/rom_driverlib_fr253x_fr263x.h": Invalid argument
1 catastrophic error detected in the compilation of "../driverlib/MSP430FR2xx_4xx/tlv.c".
Compilation terminated.
gmake: *** [driverlib/MSP430FR2xx_4xx/tlv.obj] Error 1
Building file: "../driverlib/MSP430FR2xx_4xx/wdt_a.c"

user6470698:

每个.c文件都有这个问题

,

Susan Yang:

看起来应该是您的文件/库的包含问题。若是可以的话,请您私信一下您的工程,谢谢

,

Susan Yang:

请问您在编译TI例程时会有这样的错误?您可以参考一下的相关说明

software-dl.ti.com/…/sdto_ccs_build-errors.html

另外您的libmath.lib是什么作用?

,

user6470698:

所有文件.obj错误

,

Susan Yang:

TI例程也会出现这样的错误?

,

Susan Yang:

我看一下是您的driverlib没有添加成功,我按照例程的方式添加后没有obj报错了,只有路径包含的错误。请您看一下下图这些变量在哪个文件,然后再CCS内再添加一下。

,

user6470698:

例程没有

,

Susan Yang:

建议您试一下我私信给您的工程,没有obj错误的

赞(0)
未经允许不得转载:TI中文支持网 » CCS编译出现错误
分享到: 更多 (0)