I am getting the following error at the end of kernel compilation.
Please let me know what I need to do to fix. I have upgraded from 1.2.13
to 2.0.0. I am compiling the kernel to include the network modules.
====================================================================
make[1]: Entering directory `/usr/src/linux-2.0.0/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.0/arch/i386/lib'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.0/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.0.0/arch/i386/lib'
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o
init/main.o init/version.o \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o
net/network.a \
fs/filesystems.a \
drivers/block/block.a drivers/char/char.a drivers/isdn/isdn.a
drivers/net/net.a
drivers/scsi/scsi.a \
/usr/src/linux-2.0.0/arch/i386/lib/lib.a /usr/src/linux-2.0.0/lib/lib.a
/usr/src/linux-
2.0.0/arch/i386/lib/lib.a -o vmlinux
make: *** [vmlinux] Segmentation fault (core dumped)
make: *** Deleting file `vmlinux'
========================================================================
Any pointers or suggestions greatly appreciated.
Thank you in advance.
Subbarao