CC kernel/sys.o
CC kernel/kmod.o
CC kernel/workqueue.o
CC kernel/pid.o
kernel/pid.c: In function ‘find_pid_ns’:
kernel/pid.c:299: internal compiler error: in int_cst_value, at tree.c:8305
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[2]: *** [kernel/pid.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.31.5-bfs'
make: *** [debian/stamp/build/kernel] Error 2
Previous (karmic) toolchain worked fine. ICE continues to occur in same location on further executions:
make[1]: Entering directory `/usr/src/linux-2.6.31.5-bfs'
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
VDSOSYM arch/x86/vdso/vdso32-syms.lds
LD arch/x86/vdso/built-in.o
LD arch/x86/built-in.o
CC kernel/pid.o
kernel/pid.c: In function ‘find_pid_ns’:
kernel/pid.c:299: internal compiler error: in int_cst_value, at tree.c:8305
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[2]: *** [kernel/pid.o] Error 1
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.31.5-bfs'
make: *** [debian/stamp/build/kernel] Error 2
Anyone else running into anything like this?
Edit: just installed the gcc 4.4 packages from Debian unstable and the ICE is no more. Looks like something in the toolchain in the lucid repos is broken for sure.