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编译出现错误

新建文本文档.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"