This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
arm-linux problem
- To: egcs-bugs at cygnus dot com
- Subject: arm-linux problem
- From: Paul Koning <pkoning at xedia dot com>
- Date: Fri, 31 Oct 1997 17:04:49 -0500
I tried to build egcs (971023) for arm-unknown-linuxaout target. It
proceeds until the point where it's doing the libgcc2 stuff; then it
aborts on _divdi3 with "xgcc: internal compiler error: program cc1 got
fatal signal 11". I have the arm-linux patched binutils 2.7 installed
for the arm target, if that matters. (I don't yet have the 2.8.1.0.15
from H.J.Lu; should that affect this?) There is a core file, but
opening it with gdb and asking for "bt" shows nothing meaningful
("#0 0x4 in ?? ()" is what it reports).
paul