In the last mail Stefan Bellon said:
> gcc -Wall -Wstrict-prototypes -O2 -o scripts/split-include
> scripts/split-include.c
> scripts/split-include include/linux/autoconf.h include/config
> /usr/src/bin/arm/arm-linuxelf-gcc -D__KERNEL__ -I/usr/src/linux/include
> -mapcs-32 -mshort-load-bytes -mcpu=arm7 -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -pipe -c -o init/main.o init/main.c
> make: /usr/src/bin/arm/arm-linuxelf-gcc: Command not found
> make: *** [init/main.o] Error 127
Do you have ELF binutils and ELF gcc?
[Sorry if you answered this earlier and I missed it]
[The answer is almost certainly no unless you've compiled binutils and then
egcs yourself]
The actual error relates to the CROSS_COMPILE line in /usr/src/linux/Makefile
assuming your elf gcc is what you run if you type gcc, then comment that line
out with a #
Nick
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]