While compiling firefox with openemebedded, I stumbled over the backtrace support and gave it try. Unfornatly linking with libgcc.a on arm eabi and gcc 4.5 needs libgcc_eh.a as well. Attached is a simple fix in git mbox format.
Created attachment 3259 [details] patch
Hi, thanks for the patch.
IIRC, anyway there is a patch set from Yann that is going to remove the CONFIG_ARM_[EO]ABI config option relying upon a properly configured toolchain. So change has to be updated later on to detect the ABI flavours at build time. Yann patches should go in after stable 0.9.32, so for the time being I think we can include this.
Patch applied. Thanks