--- Reply to a message ---
By: John Telford 
->: a Mail 
:>: Red Hat 2.4.18-5 kernel Compile Problems

> /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config config file
> installed by the stock kernel-source-2.4.18-5.rpm.
> 
> I did the following:
>     # cd /usr/src/
>     # ll linux-2.4
>     lrwxrwxrwx 1 root root 14 Jun 20 11:22 linux-2.4 ->
> linux-2.4.18-5
>     # cd linux-2.4
>     # cp /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config
> .config
>     # make dep
>     # make clean
>     # make bzImage

add here

make modules
make modules_install
make install

worked for me and ready to boot it from the grub


> function) apic.c:1165: warning: implicit declaration of function
> `check_nmi_watchdog' make[1]: *** [apic.o] Error 1 make[1]: Leaving
> directory `/usr/src/linux-2.4.18-5/arch/i386/kernel' make: ***
> [_dir_arch/i386/kernel] Error 2

rerun

make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install
make install


-- 

 Benny Pedersen  http://xpoint.ldnet.dk/  icq:36248146


...Good fences make good neighbors.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to