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.

Compiler/TMS320F280049: Error: cannot open source file "=" cannot open source file "="

Part Number: TMS320F280049

Tool/software: TI C/C++ Compiler

All:

CCS 7.2

CGT TI v18.1.3.LTS

F280049

I am trying to convert an existing project from RAM to Flash by switching from Debug configuration to Release configuration and changing from a RAM linker configuration file to a Flash linker configuration file.

When I build, I get the following for every C-file in the project:

>> Compilation failure
subdir_rules.mk:9: recipe for target 'boot_app.obj' failed
>> 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.
gmake: *** [boot_app.obj] Error 1

I am confused, can someone shed some light on this?