I forgot to mention:
Hardware:
Pentium 233/mmx
Tyan Trinity 100AT (S1590S)

If anyone can help me with this please contact me direct!

Thanks in advance,
Wilson WJ3G
[EMAIL PROTECTED]

Additional errors follow

#Default configuration

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386  -fno-omi
t-frame-pointer -c sched.c
{standard input}: Assembler messages:
{standard input}:3267: Error: no such 386 instruction: `movn'
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make: *** [linuxsubdirs] Error 2

#Changed processor type to 486

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486  -c -o
sys.o sys.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [sys.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make: *** [linuxsubdirs] Error 2
cpp: output pipe has been closed

#Changed processor type to Pentium

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -ma
lign-jumps=2 -malign-functions=2 -DCPU=586  -fno-omit-frame-pointer -c
sched.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make: *** [linuxsubdirs] Error 2
cpp: output pipe has been closed

#Second attemt changed processor type to Pentium

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -ma
lign-jumps=2 -malign-functions=2 -DCPU=586 -DMODVERSIONS -DEXPORT_SYMTAB -c
ksyms.c
gcc: Internal compiler error: program cc1 got fatal signal 7
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make[1]: *** [first_rule] Error 2
make: *** [linuxsubdirs] Error 139
cpp: output pipe has been closed

Reply via email to