Hi, I'm running debian unstable, and all of a sudden I can't compile a kernel. The actual compilation seems to go ok (and leaves a vmlinux in the root of the kernel source tree), but when trynig to make a zImage or bzImage I get the error:
ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o ld: vmlinux: Not enough room for program headers (allocated 2, need 3) ld: final link failed: Bad value This happens with or without kpkg. If I use the non-kpkg method, make vmlinux works fine and produces a vmlinux file in the root of the kernel tree. But make [b]zImage gives the above error. I tried this on 2.4.12-ac1 with the preemptible kernel patch (which compiled fine last week), and with the plain kernel-source.2.4.12. Any suggestions? TIA, Nathan

