Al Boldi <[EMAIL PROTECTED]> wrote: > Doing the following results in an incomplete vmlinuz:
> # make bzlilo > > objcopy: arch/i386/boot/compressed/vmlinux.bin: File truncated > make[2]: *** [arch/i386/boot/compressed/vmlinux.bin] Error 1 > make[1]: *** [arch/i386/boot/compressed/vmlinux] Error 2 > make: *** [bzlilo] Error 2 > gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) I just compiled using gcc 3.3.5 (debian stable). Please verify that your disk is not full and gcc is the cause. If it is, this patch should do the trick: :) --- ./Documentation/Changes~ 2007-02-05 15:10:04.000000000 +0100 +++ ./Documentation/Changes 2007-02-05 15:10:04.000000000 +0100 @@ -29,5 +29,5 @@ hardware, for example, you probably need isdn4k-utils. -o Gnu C 3.2 # gcc --version +o Gnu C 3.3 # gcc --version o Gnu make 3.79.1 # make --version o binutils 2.12 # ld -v -- Anything you do can get you shot, including nothing. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

