All,
I have a project that was compiling and running correctly using an older version of uVision 4. I just upgraded from 4.70a to version 4.71a, and am getting the following error after I compile my project:
.\Obj\PumaINS.axf: Error: L6218E: Undefined symbol __dso_handle (referred from main.o).
There is no mention of 'dso_handle' anywhere in my project, so I don't know how to begin troubleshooting this issue. Does anyone know what might've changed in the most recent uVision update that caused this, and how we can correct it?
Thanks, Andy
Did you do a full rebuild, or just an incremental one? I ask because the latter can easily fail if the compiler has been replaced since the last full rebuild.