I am working with Code Composer v4.2.3 on a Stellaris 3S9B90 processor. I have been compiling and debugging a application program for a long time in Debug mode - no problems. I switched to "Release" mode and compile. Now I get linker errors, such as -
unresolved symbol EPIAddressMapSet, first reference in ./(myprogramname).obj
I get 52 of these errors. All of the errors are unresolved symbols, which are Stellaris standard library functions. If I switch back to "Debug" mode, the link errors go away.
I suspect that there is something fundamental that I am not aware of. Please enlighten me.
Thanks,
Dennis