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.

CCS6.1编译遇到Fatal error #1965: cannot open source file "="问题

Other Parts Discussed in Thread: TMS570LS0432

gmake: *** [TMS570LS0432_Library/source/can.obj] Error 1
'Building file: D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/TMS570LS0432_NoOS/source/crc.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" -mv7R4 --code_state=32 --abi=eabi --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include" --include_path="D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/hal/include" --include_path="D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/common/include" --include_path="D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/safety_library/include" --include_path="D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/TMS570LS0432_NoOS/include" --include_path="C:/ti/Hercules/F021 Flash API/02.01.01/include" -g --define=_TMS570LS04x_ --define=_VFP_SUPPORT_ = 0 --diag_warning=225 --display_error_number --diag_wrap=off --enum_type=packed --preproc_with_compile --preproc_dependency="TMS570LS0432_Library/source/crc.pp" --obj_directory="TMS570LS0432_Library/source" "D:/work/ETRS-project/ETRS-Hercules-TI/SoftWare/test/SL/TMS570LS0432_NoOS/source/crc.c"
[=.]
>> WARNING: more than one source file is specified; preprocessor output will be generated for last file only
Fatal error #1965: cannot open source file "="
1 catastrophic error detected in the compilation of "=".
Compilation terminated.

以上只是此类问题的一个,基本上所有的C文件都报了这个错误。不知道什么回事。