I finally took the chance to compile v2.1.106 today, but just got an
compile error: (see following output)
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -DCPU=486 -DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
set -e; for i in kernel drivers mm fs net ipc lib arch/i386/kernel arch/i386/mm arch/i386/lib; do make -C $i; done
make[1]: Entering directory `/usr/src/linux-2.1.106/kernel'
[ snip ]
make[1]: Leaving directory `/usr/src/linux-2.1.106/lib'
make[1]: Entering directory `/usr/src/linux-2.1.106/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -DCPU=486 -c -o process.o process.c
{standard input}: Assembler messages:
{standard input}:632: Error: operands given don't match any known 386 instruction
make[1]: *** [process.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.1.106/arch/i386/kernel'
make: *** [linuxsubdirs] Error 2
I'm using egcs-1.0.3a, binutils-2.9.1.0.6 with this kernel. What gives? Is
there something I've forgotten?!
Cheers,
Alex
-- /\_/\ Legalise cannabis now! ( o.o ) Smoke some cannabis today! > ^ < Peace, Love, Unity and Respect to all.http://www.tahallah.demon.co.uk
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu