Error compiling 1.3.70

Haim Stotsky (stotsl@elbit.co.il)
Mon, 4 Mar 96 16:20:13 IST


Hello ,
I'm trying to compile the 1.3.70 and after upgrade to GCC 2.7.0
got the errors :

gcc -D__KERNEL__ -I/usr/src/linux-1.3.70/include -traditional -c head.S
gcc -D__KERNEL__ -I/usr/src/linux-1.3.70/include -O2 -DSTDC_HEADERS -c misc.c
-o misc.o
ld -m elf_i386 -Ttext 0x1000 -e startup_32 -o vmlinux head.o misc.o piggy.o
make[2]: Leaving directory `/usr/src/linux-1.3.70/arch/i386/boot/compressed'
gcc -I/usr/src/linux-1.3.70/include -D__BFD__ -o tools/build tools/build.c -I/usr/src/linux-1.3.70/include
In file included from tools/build.c:29:
/usr/include/unistd.h:136: parse error before `__llseek'
/usr/include/unistd.h:136: parse error before `__loff_t'
/usr/include/unistd.h:136: warning: data definition has no type or storage class/usr/include/unistd.h:137: parse error before `llseek'
/usr/include/unistd.h:137: parse error before `__loff_t'
/usr/include/unistd.h:137: warning: data definition has no type or storage classmake[1]: *** [tools/build] Error 1
make[1]: Leaving directory `/usr/src/linux-1.3.70/arch/i386/boot'
make: *** [zImage] Error 2
/usr/src/linux#

Hints please ?????

Stots