Re: Troubles Compiling 2.6.1 on SuSE 9

From: Sam Ravnborg
Date: Sun Jan 25 2004 - 10:31:47 EST


> arch/i386/boot/compressed/vmlinux.bin
> Ungültiger Maschinenbefehl (in english, invalid machinecommand i guess)

Either objcopy is missing or the executable is damaged.
try 'which objcopy'

>From my suse 9.0 box:

sam@mars:~> which objcopy
/usr/bin/objcopy
sam@mars:~> ll /usr/bin/objcopy
-rwxr-xr-x 1 root root 248064 2003-09-23 17:34 /usr/bin/objcopy
sam@mars:~> md5sum /usr/bin/objcopy
4aa1f3b8bc18dfdfdd7ae733804b0f1c /usr/bin/objcopy

IIRC objcopy is part of binutils - which I may have installed by hand
after normal installation.

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/