Content originally posted in LPCWare by fariouche on Tue Aug 21 09:59:11 MST 2012
Hi,
I've built my own gdb from sources. It works fine except when an exception occurs (like on hardfault for example).
gdb does not know how to unwind the stack. The backtrace is not usefull in that case :)
If I use the gdb binary from lpcxpresso, it works fine (with exact same binary)
Do you know if code-red used a specific compilation flag for cortex-m3? Or maybe a modification of the code somewhere?
Thanks!