I am trying to compile the linux kernel 2.1.42 and get this error
message.
I have gcc 2.7.0
I got the newest version of binutils.
gcc -D__KERNEL__ -I/usr/src/linux.2.1.42/include -Wall
-Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -D__SMP__
-c -o
signal.o signal.c
gcc -D__KERNEL__ -I/usr/src/linux.2.1.42/include -D__ASSEMBLY__
-D__SMP__
-traditional -c entry.S -o entry.o
/tmp/cca09576.s: Assembler messages:
/tmp/cca09576.s:611: Error: Unknown pseudo-op: `.rept'
/tmp/cca09576.s:613: Error: Unknown pseudo-op: `.endr'
make[1]: *** [entry.o] Error 1
make[1]: Leaving directory `/usr/src/linux.2.1.42/arch/i386/kernel'
make: *** [linuxsubdirs] Error 2