Hello,
when I try to compile kernel 2.6.19.3 with the latest patch, I get a lot of "missing initializer" warning. Then, I get this warning:
LD .tmp_vmlinux1
ld: .tmp_vmlinux1: warning: allocated section `.text.align' not in segment
ld: .tmp_vmlinux1: warning: allocated section `.module.text' not in segment
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
ld: .tmp_vmlinux2: warning: allocated section `.text.align' not in segment
ld: .tmp_vmlinux2: warning: allocated section `.module.text' not in segment
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD .tmp_vmlinux3
ld: .tmp_vmlinux3: warning: allocated section `.text.align' not in segment
ld: .tmp_vmlinux3: warning: allocated section `.module.text' not in segment
KSYM .tmp_kallsyms3.S
AS .tmp_kallsyms3.o
LD vmlinux
ld: vmlinux: warning: allocated section `.text.align' not in segment
ld: vmlinux: warning: allocated section `.module.text' not in segment
And at the end, I get this error:
CC arch/i386/boot/compressed/misc.o
OBJCOPY arch/i386/boot/compressed/vmlinux.bin
/bin/sh: line 1: 29592 File size limit exceededobjcopy -O binary -R .note -R .comment -S vmlinux arch/i386/boot/compressed/vmlinux.bin
make[2]: *** [arch/i386/boot/compressed/vmlinux.bin] Error 153
make[1]: *** [arch/i386/boot/compressed/vmlinux] Error 2
make: *** [bzImage] Error 2
What am I doing wrong?
I have RHEL 4 with GCC 3.4.6-3
Thanks!