rebuild kernel problem

1997-08-22 Thread lc29b50

I tried to rebuild the kernel using :make xconfig, make dep, make clean, 
make zlilo, but I received the following error message fro make zlilo, 
I don't have a clue on how to fix this problem, any help would be 
appreciated :


make[2]: Entering directory 
`/usr/src/kernel-source-2.0.30/arch/i386/boot/compressed'
./xtract /usr/src/kernel-source-2.0.30/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 0fe0
misc.o: In function `fill_inbuf':
misc.o(.text+0x1ebc): undefined reference to `input_data'
misc.o(.text+0x1ec1): undefined reference to `input_len'
misc.o(.text+0x1ed7): undefined reference to `input_data'
make[2]: *** [vmlinux] Error 1
make[2]: Leaving directory 
`/usr/src/kernel-source-2.0.30/arch/i386/boot/compressed'
make[1]: *** [compressed/vmlinux] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.0.30/arch/i386/boot'
make: *** [zlilo] Error 2


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: rebuild kernel problem

1997-08-22 Thread Manoj Srivastava
Hi,

Could the 3.0.30 sources have been corrupted? I don't get any
 of these errors. Also, do you have the following packages installed?

manoj
from /usr/doc/kernel-package/README.gz :
==
Before you go any further, please allow me to point out that you need to
have a few other packages installed before you can compile your own kernels
(it is difficult to compile anything without a compiler ;-). 

Firstly, you will need gcc, the libc development package (libc5-dev at
the time of writing), and, on Intel platforms, bin86. [If you use the
menuconfig target of make, you will need ncursesX.X-dev, and make xconfig
also requires tkX.X-dev, and other packages these depend on]

The packages suggested are:
devel:gcc, libc5-dev, binutils, make, and, for intel x86 platforms,
  bin86 (non-intel platforms don't need this).
interpreters: gawk.
base: gzip, shellutils, and grep.

Of course, pretty gui front ends to kernel configuration require more
packages, but they are not strictly essential (though quite nice really). 


-- 
 Seed me, Seymour a random number generator meets the big green
 mother from outer space
Manoj Srivastava   url:mailto:[EMAIL PROTECTED]
Mobile, Alabama USAurl:http://www.datasync.com/%7Esrivasta/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .