> 
> 
> Hello,
> 
>      I try to compile linux 2.2.2 for the brutus board. But it doesn't work and
> when I type 'make Image' I've the following error message:
> 
> /users/markl/ARM/arm-unknown-linuxaout/bin/gcc -D__KERNEL__
> -I/export/home0/linux-2.2.2-arm/include  -m6 -Wall -Wstrict-prototypes -O2
> -pipe  -c -o init/main.o init/main.c
> init/main.c:393: section attributes are not supported for this target
> init/main.c:532: section attributes are not supported for this target
> init/main.c:849: section attributes are not supported for this target
> make: *** [init/main.o] Error 1
> 
> Does anybody know how to compile linux-2.2.2 for the brutus board?
> 
> Thanks,
> 

Ca y est, tu te met au 2.2.2 ? Faut un compilateur ELF pour ca !

To compile 2.2.2, you need an ELF gcc compiler.
Your path (arm-unknown-linuxaout) suggest that your are using an
AOUT compiler.

Compiler egcs-1.1.1 with philb patche for target arm-linux,
and you'll be able to compile kernel 2.2.2 without problems

christophe
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to