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?