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?