[WBEL-users] Compiling from kernel-source-2.4.21-4.EL.i386.rpm

Kevin Ediger kediger@licor.com
Mon, 12 Jan 2004 12:06:58 -0600


Kristian wrote:
> bash# ls -d /usr/src/
> /usr/src/linux-2.4.21-4.EL/
> bash#
> 
> then copied the default /boot/config-2.4.21-4.ELsmp into
> /usr/src/linux-2.4.21-4.EL/.config
> 
> Ran the usual:
> 
> bash# pwd
> /usr/src/linux-2.4.21-4.EL/
> bash# make menuconfig
> <saved the configuration as it was>
> bash# make dep
> bash# make clean
> bash# make bzImage
> bash# make modules

Try running 'make mrproper' first.

-Kevin Ediger