Error making the patched kernel on ubuntu 12.04
Posted: Sat Jul 21, 2012 1:00 pm
I'm trying to build a deb package of the kernel as the wikibook instructs (I'm using the latest stable release of grsecurity with linux 3.2.23), that is with 'fakeroot make deb-pkgd' but I run into some problem.
I'm new to kernel compiling so I don't really know what any of it means but here's the last few lines of output:
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Invalid absolute R_386_32 relocation: _etext
make[4]: *** [arch/x86/boot/compressed/vmlinux.relocs] Error 1
make[3]: *** [arch/x86/boot/compressed/vmlinux] Error 2
make[2]: *** [bzImage] Error 2
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2
Any idea what happened there? I'll appreciate any help
I'm new to kernel compiling so I don't really know what any of it means but here's the last few lines of output:
OBJCOPY arch/x86/boot/compressed/vmlinux.bin
RELOCS arch/x86/boot/compressed/vmlinux.relocs
Invalid absolute R_386_32 relocation: _etext
make[4]: *** [arch/x86/boot/compressed/vmlinux.relocs] Error 1
make[3]: *** [arch/x86/boot/compressed/vmlinux] Error 2
make[2]: *** [bzImage] Error 2
make[1]: *** [deb-pkg] Error 2
make: *** [deb-pkg] Error 2
Any idea what happened there? I'll appreciate any help