More .. Error compiling 1.3.70

Haim Stotsky (stotsl@elbit.co.il)
Mon, 4 Mar 96 20:06:13 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 got :
in the last phase of the zImage creation :

gcc -D__KERNEL__ -I/usr/src/linux-1.3.70/include -E -traditional -DSVGA_MODE=NORMAL_VGA setup.S -o setup.s
as86 -0 -a -o setup.o setup.s
ld86 -0 -s -o setup setup.o
make[2]: Entering directory `/usr/src/linux-1.3.70/arch/i386/boot/compressed'
./xtract /usr/src/linux-1.3.70/vmlinux | gzip -9 | ./piggyback > piggy.o
Non-GCC header of 'system'
Compressed size 20.
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 ?
What is this now ?

Stots