Re: Troubles Compiling 2.6.1 on SuSE 9

From: Marco Rebsamen
Date: Sun Jan 25 2004 - 08:24:01 EST


Am Sonntag, 25. Januar 2004 13:45 schrieben Sie:
> On Sat, Jan 24, 2004 at 09:37:34PM +0100, Marco Rebsamen wrote:
> > I try to compile my own kernel with 2.6.1 on suse 9. But i always get the
> > same error. i applied the patch 2.6.2-rc1 but wasn't helping.
> > objcopy -O binary -R .note -R .comment -S vmlinux arch/i386/boot/
> > compressed/vmlinux.bin
> > make[2]: *** [arch/i386/boot/compressed/vmlinux.bin] Fehler 132
>
> Looks like objcopy is failing.
> Could you try to run the above command by hand in the top-level
> directory of your kernel tree.
> If it still fails try with
> LANG=C LC_ALL=C objcopy ....
>
> Just to check that language does not have any effect here.
> I doubt so, but worth the try.
>
> I browsed the objcopy src (a random version found by google)
> without seeing where it could return 132
>
> Sam

thanks for the help....

here my output...

bineo:/usr/src/linux-2.6.1 # objcopy -O binary -R .note -R .comment -S vmlinux
arch/i386/boot/compressed/vmlinux.bin
Ungültiger Maschinenbefehl (in english, invalid machinecommand i guess)

bineo:/usr/src/linux-2.6.1 # LANG=C LC_ALL=C objcopy -O binary -R .note
-R .comment -S vmlinux arch/i386/boot/compressed/vmlinux.bin
Ungültiger Maschinenbefehl

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/