On Sat Oct 03 1998 00:00, Tanguy CARRABIN wrote:

>     Hi,
> still trying to install kernel 2.0.35, I ran:
>     make config
>     make dep
>     make clean
>     make zlilo
> Here's the end of the last action:
> 
>     ld: warning: cannot find entry symbol _start; defaulting to 00000fe0
> 
>     misc.0: In function 'fill_inbuf'
>     misc.0(text+0*1bd8): undefined reference to 'input_data'
>     misc.0(text+0*1bdd): undefined reference to 'input_len'
>     misc.0(text+0*1bf3): undefined reference to 'input_data'
>     make[2]: ***[vmlinuz] Error1
>     make[2]: leaving directory
> '/usr/src/linux/arch/i386/boot/compressed'
>     make[1]: ***[compressed/vmlinux] Error2
>     make[1]: leaving directory '/usr/src/linux/arch/i386/boot/'
>     make : *** [zlilo] Error2
> 
> What happened and what can I do ?

Something went wrong in the config/dep stage to make the final link to
fail.

Start the entire proces again by doing a "make mrproper", then make config
(or menuconfig or xconfig or whatever), then make dep, make zImage (or make
zlilo).

Cheers
Tony

Reply via email to