While trying to diagnose a problem I have been stepping into some BSP functions and it appears that the build is optimised. I get the usual weirdness single stepping the debugger through optimised code...
So, it turns out to be a bit complicated to make a debug build of the BSP - if I make the compiler setting '-g3' in BSP prefs the BSP link fails.
Is there an easy way to switch back and forth for the BSP?
(eg between '-g0' and '-g3' for gcc?)