|
同一个内核,3个月前编译还是可以通过的,现在编译却出问题,搞不懂。
以下是错误,搞不懂。大家帮我看看,谢谢
make[1]: Entering directory `/usr/src/linux-2.4.16-rtl3.1/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.16-rtl3.1/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o process.o process.c
{standard input}: Assembler messages:
{standard input}:804: Error: suffix or operands invalid for `mov'
{standard input}:805: Error: suffix or operands invalid for `mov'
{standard input}:898: Error: suffix or operands invalid for `mov'
{standard input}:899: Error: suffix or operands invalid for `mov'
{standard input}:950: Error: suffix or operands invalid for `mov'
{standard input}:951: Error: suffix or operands invalid for `mov'
{standard input}:953: Error: suffix or operands invalid for `mov'
{standard input}:965: Error: suffix or operands invalid for `mov'
make[1]: *** [process.o] 错误 1
make[1]: Leaving directory `/usr/src/linux-2.4.16-rtl3.1/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] 错误 2 |
|