This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug in cross-gcc i386 -> mipsel
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bug in cross-gcc i386 -> mipsel
- From: Karsten Merker <karsten at excalibur dot cologne dot de>
- Date: Wed, 9 Aug 2000 12:48:15 +0200
Hallo,
if this bug report is missing some important information, please send me
a mail.
The problem occurs when trying to cross-compile a Linux/MIPS kernel
(CVS-snapshot taken 2000/08/08) for little endian mips (mipsel) on an i386.
GCC: CVS-snapshot taken on 2000/08/08, mipsel-linux-gcc --version
says "2.96"
Binutils: CVS-snapshot taken on 2000/08/08,
mipsel-linux-as --version says "GNU assembler 2.10.90"
The compiler was built using the following configure options:
AR=mipsel-linux-ar RANLIB=mipsel-linux-ranlib \
/usr/tmp/cvs-gcc-2000808/gcc/configure --prefix=/opt/mipsel \
--target=mipsel-linux --with-newlib
System type: GNU/Linux running on an AMD K6
Problem:
mipsel-linux-gcc -D__KERNEL__ -I/usr/src/mipscvs-20000808/linux/include \
-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 \
-mno-abicalls -fno-pic -mcpu=r4600 -mips2 -Wa,--trap -pipe \
-fno-strict-aliasing -c -o kernel/sysctl.o kernel/sysctl.c
In file included from
/usr/src/mipscvs-20000808/linux/include/linux/nfs_fs.h:17,
from kernel/sysctl.c:37:
/usr/src/mipscvs-20000808/linux/include/linux/sunrpc/debug.h:57:57:
warning: nothing can be pasted after this token
kernel/sysctl.c: In function `proc_dostring':
kernel/sysctl.c:670: Unrecognizable insn:
(insn 530 86 90 (set (reg:QI 174)
(reg/v:SI 97)) -1 (insn_list 86 (nil))
(nil))
kernel/sysctl.c:670: Internal compiler error in extract_insn, at recog.c:2067
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
sysctl.i is attached to this mail.
Greetings,
Karsten
--
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
Meinungsforschung.
sysctl.i.bz2