ld got fatal signal 11 under 1.3.9 ELF kernel

Eric Lin (ericlin@ee.umanitoba.ca)
Wed, 12 Jul 1995 09:03:02 -0500 (CDT)


I have tried ELF 1.3.8 and ELF 1.3.9 kernel, but keep getting this:

gcc -s -o lde filemode.o minix.o xiafs.o ext2fs.o no_fs.o recover.o main_lde.o nc_lde.o nc_block.o nc_inode.o nc_dir.o tty_lde.o bitops.o -lncurses
gcc: Internal compiler error: program ld got fatal signal 11
make: *** [lde] Error 1

ld version cygnus/linux-2.5.2l.19 (with BFD cygnus/linux-2.5.2l.20)
Supported emulations:
elf_i386
i386linux
i386coff

Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.0/specs
gcc version 2.7.0

If I boot the 1.2.9 ELF kernel (applied HJ's ELF patch), gcc is fine.

However, all other programs including PPP running well except 'ld'.

Any idea?