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

ccs9.1编译msp430fr6989 launchpad报错

$
0
0

这是在添加outofbox例程中用到的hal_lcd头文件时出现的问题
**** Build of configuration Debug for project LCDTEST ****

"D:\\ti\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../hal_LCD.c"
Invoking: MSP430 Compiler
"D:/ti/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/bin/cl430" -vmspx --code_model=large --data_model=restricted --near_data=none --use_hw_mpy=F5 --include_path="D:/ti/ccs/ccs_base/msp430/include" --include_path="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST" --include_path="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST/driverlib/MSP430FR5xx_6xx" --include_path="D:/ti/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/include" --preinclude="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST" --advice:power="all" --advice:hw_config=all --define=__MSP430FR6989__ --define=_MPU_ENABLE -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="hal_LCD.d_raw" "../hal_LCD.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'hal_LCD.obj' failed
Command-line error #1966: cannot open source file "C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST": Invalid argument
1 catastrophic error detected in the compilation of "../hal_LCD.c".
Compilation terminated.
gmake: *** [hal_LCD.obj] Error 1
Building file: "../main.c"
Invoking: MSP430 Compiler
"D:/ti/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/bin/cl430" -vmspx --code_model=large --data_model=restricted --near_data=none --use_hw_mpy=F5 --include_path="D:/ti/ccs/ccs_base/msp430/include" --include_path="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST" --include_path="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST/driverlib/MSP430FR5xx_6xx" --include_path="D:/ti/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/include" --preinclude="C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST" --advice:power="all" --advice:hw_config=all --define=__MSP430FR6989__ --define=_MPU_ENABLE -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="main.d_raw" "../main.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
Command-line error #1966: cannot open source file "C:/Users/ewang/Desktop/program/tiworkspace/LCDTEST": Invalid argument
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****


Viewing all articles
Browse latest Browse all 3634

Trending Articles