https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66212
Andri Yngvason changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66212
--- Comment #3 from Andri Yngvason ---
This is the libgcc that I built. I put it there. However, it is entirely within
the realm of possibility that it may have been stripped on it's way there via
dpkg. I'll try copying it there directly. Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66212
--- Comment #2 from Jim Wilson ---
libgcc should be built with debug info by default, but the one in /lib is
probably stripped. Try setting LD_LIBRARY_PATH to point at the gcc-5.1
libraries that you built, instead of using the default ones provi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66212
--- Comment #1 from Andri Yngvason ---
I've now compiled the same toolchain for i686 and I have the same issue there,
so I assume that I'm doing something wrong. It's hard to pin down what I'm
doing wrong though. Everything seems to be linked cor