I am getting some errors when I use the program-level-compile option in Code Composer Studio V5.4 Compiler 4.1.6
The errors are like this:
error: option --program_level_compile was set in previous files, but not in "addd.c"/
error: option --program_level_compile was set in previous files, but not in "ceil.c"
The list goes on including "memcpy.c", "abs.c", _lock.c", "subd.c", "llmath.c" How can I fix this error? Thanks in advance.