Hi all, I'm running a Cariolet and trying to use make-kpkg to build a new kernel from the 2.4.14 package. I'm getting the following error:
/usr/src/kernel-source-2.4.14# fakeroot make-kpkg --added-patches ext3-fs --revision custom.1.0 kernel_image <snip> arch/alpha/kernel/kernel.o(.exitcall.exit+0x0): undefined reference to `local sy mbols in discarded section .text.exit' mm/mm.o(.exitcall.exit+0x0): undefined reference to `local symbols in discarded section .text.exit' fs/fs.o(.exitcall.exit+0x0): undefined reference to `local symbols in discarded section .text.exit' fs/fs.o(.exitcall.exit+0x8): undefined reference to `local symbols in discarded section .text.exit' fs/fs.o(.exitcall.exit+0x10): undefined reference to `local symbols in discarded section .text.exit' fs/fs.o(.exitcall.exit+0x18): more undefined references to `local symbols in dis carded section .text.exit' follow make[1]: *** [vmlinux] Error 1 make[1]: Leaving directory `/usr/src/kernel-source-2.4.14' I have tried removing the ext3-fs patch, but the failure happens at the same point. Any clues? Rob

