Tool/software: TI C/C++ Compiler
I ran into an issue with the compiler v3.3.3 and CCSv4.2.3 where if I change the "Optimization level" to anything other than the existing 3 then I have a linker error, as in:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
I_LSR ./Msg.obj
error: unresolved symbols remain
error: errors encountered during linking; "ELD.out" not built
If I open up this old legacy project and leave it as is (Optimization level = 3), it compiles fine. I do want to turn off the optimization temporarily to do some debugging.
Appreciate any suggestions,
ED
