The IA64 patch adds -g to CFLAGS. All the debugging information bloats
vmlinux. For the bootable kernel, I run
strip -g vmlinux -o /boot/efi/vmlinux
You can boot from the unstripped vmlinux, the IA64 loader ignores the
debug data. But the oversized kernels are slower to load and they take
up a lot of space in /boot/efi. Don't understand your compile problem,
make -j4 modules vmlinux
works for me in native IA64 mode (not cross compiling).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/