Pete Clements (clem@clem.digital.net) [991010 11:43]:
> Chris,
> Tried the patch and got below failure.
>
> I passed some bum info in my original post...
>
> reported
> GNU assembler version 2.9.1 (i486-linux), using BFD version 2.9.1.0.19
> which works fine with the original code. (Debian 2.1 system)
>
> Problem version is
> GNU assembler version 2.9.1 (i486-linux), using BFD version 2.9.1
> on a Debian 2.0 system. This failure is with the problem version.
> (Guess it's time to update this system.)
>
> make[1]: Entering directory `/hdb3/usr/src/linux-2.3.21/arch/i386/boot'
> gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.3.21/include -E -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA bootsect.S -o bbootsect.s
> as -o bbootsect.o bbootsect.s
> bbootsect.s: Assembler messages:
> bbootsect.s:586: Error: operands given don't match any known 386 instruction
> make[1]: *** [bbootsect.o] Error 1
I recieve the same error with kernel 2.3.36 except it is in the file process.c
gcc -D__KERNEL__ -I/usr/src/kernels/linux-2.3.36/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DCPU=586 -c -o process.o process.c
{standard input}: Assembler messages:
{standard input}:339: Error: operands given don't match any known 386 instruction
{standard input}:340: Error: operands given don't match any known 386 instruction
{standard input}:341: Error: operands given don't match any known 386 instruction
{standard input}:342: Error: operands given don't match any known 386 instruction
{standard input}:343: Error: operands given don't match any known 386 instruction
make[1]: *** [process.o] Error 1
make[1]: Leaving directory `/usr/src/kernels/linux-2.3.36/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2
-- From: Joel Gerber <joelgg@mindspring.com, jggerber@fgcu.edu> ------------------------------------------------------------ John 3:16 - For God so loved the world, that he gave his only begotten Son, That whosoever believeth in him should not perish, but have everlasting life. ------------------------------------------------------------- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:11 EST