On Tue, Nov 27, 2001 at 06:00:22PM +0100, Johannes Stezenbach wrote:
>
> b) I still get the -march vs. -mipsN warings:
>
> mipsel-linux-gcc -I
> /home/js/MIPS/kernel/build/linux-2.4.14-mips/include/asm/gcc -D__KERNEL__
> -I/home/js/MIPS/kernel/build/linux-2.4.14-mips/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -mips2
> -Wa,-m4100,--trap -pipe -fno-omit-frame-pointer -c -o sched.o sched.c
> Assembler messages:
> Warning: The -march option is incompatible to -mipsN and therefore ignored.
>
Please make sure binutils 2.11.92.0.12 is used. Please send me the
output of
# mipsel-linux-gcc -v -I
/home/js/MIPS/kernel/build/linux-2.4.14-mips/include/asm/gcc -D__KERNEL__
-I/home/js/MIPS/kernel/build/linux-2.4.14-mips/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -mips2
-Wa,-m4100,--trap -pipe -fno-omit-frame-pointer -c -o sched.o sched.c
"-v" will tell me which gas you are using.
H.J.
|