More .. Error compiling 1.3.70

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


hello ,

I'm trying another time to compile the 1.3.70 and after upgrade to GCC 2.7.0
and bringing the libc which i belive is the desired one and change the -
"/usr/include/unistd.h" to "/usr/src/linux/include/linux/unistd.h"
I still got errors but different than the errors i got before :

make[2]: Entering directory `/usr/src/linux-1.3.70/arch/i386/boot/compressed'
gcc -I/usr/src/linux-1.3.70/include -O2 -DSTDC_HEADERS -o xtract xtract.c
gcc -I/usr/src/linux-1.3.70/include -O2 -DSTDC_HEADERS -o piggyback piggyback.c
./xtract /usr/src/linux-1.3.70/vmlinux | gzip -9 | ./piggyback > piggy.o
Non-GCC header of 'system'
Compressed size 20.
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 -qmagic -Ttext 0xfe0 -o vmlinux head.o misc.o piggy.o
ld: warning: cannot find entry symbol _start; defaulting to 00000fe0
misc.o(.text+0x1eac): undefined reference to `input_data'
misc.o(.text+0x1eb1): undefined reference to `input_len'
misc.o(.text+0x1ec7): undefined reference to `input_data'
make[2]: *** [vmlinux] Error 1
make[2]: Leaving directory `/usr/src/linux-1.3.70/arch/i386/boot/compressed'
make[1]: *** [compressed/vmlinux] Error 2
make[1]: Leaving directory `/usr/src/linux-1.3.70/arch/i386/boot'
make: *** [zImage] Error 2
/usr/src/linux#

So ... Help !?!?!?!

Stots