Error: junk `adcl $0xffff' after register

From: mohanlal jangir
Date: Wed Dec 03 2003 - 00:55:01 EST


I have built cygwin (windows) to linux cross compiler and trying to cross
compile linux kernel. Things were going fine until I encountered this error
message:

i686-pc-linux-gnu-gcc -D__KERNEL__ -I/home/linux/include -Wall -Wstrict-prot
otypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-com
mon -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=skbuf
f -c -o skbuff.o skbuff.c
{standard input}: Assembler messages:
{standard input}:2243: Error: junk `adcl $0xffff' after register
make[3]: *** [skbuff.o] Error 1
make[3]: Leaving directory `/home/linux/net/core'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/home/linux/net/core'
make[1]: *** [_subdir_core] Error 2
make[1]: Leaving directory `/home/linux/net'
make: *** [_dir_net] Error 2


Can somebody give some hint, where should I look at. I found someone facing
the same problem on Google but no replies for that.

Regards
Mohanlal

[ P.S. - Please CC me in reply. I have not subscribed to the list ]
-
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/