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
Indeed we are using cross-module optimization (full rebuild), and when I disabled it, it compiles fine. Thanks for the input. We can live without the CMO.