Re: Troubles Compiling 2.6.1 on SuSE 9

From: Sam Ravnborg
Date: Sun Jan 25 2004 - 07:42:12 EST


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
-
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/