I am having difficulty compiling kernel 2.0.27 2. So I tried a compile without any of the kernel features for the sake of diagnosing the problem, and the problem persisted. It comes at the end when compiling is finished and make calls the ld command:
ld: warning: cannot find entry symbol _start; defaulting to 000fffe0 nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( a \)' | sort > System.map make[1]: Entering directory `/usr/src/kernel-source-2.0.27-2/arch/i386/boot' make[2]: Entering directory `/usr/src/kernel-source-2.0.27-2/arch/i386/boot/compressed' ./xtract /usr/src/kernel-source-2.0.27-2/vmlinux | gzip -9 | ./piggyback > piggy.o Non-GCC header of 'system' Compressed size 20. ld -qmagic -Ttext 0xfe0 -o vmlinux head.o misc.o piggy.o ld: warning: cannot find entry symbol _start; defaulting to 00000fe0 misc.o: In function `fill_inbuf': misc.o(.text+0x1ebc): undefined reference to `input_data' misc.o(.text+0x1ec1): undefined reference to `input_len' misc.o(.text+0x1ed7): undefined reference to `input_data' make[2]: *** [vmlinux] Error 1 make[2]: Leaving directory `/usr/src/kernel-source-2.0.27-2/arch/i386/boot/compressed' make[1]: *** [compressed/vmlinux] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.0.27-2/arch/i386/boot' make: *** [zImage] Error 2 Can anyone please help with this? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .