[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: After RH 7.1 Install & Updates, Kernel 2.4.3-12 Won't Compile?



Chris,

	To expand on what James wrote the steps for compiling the kernel
are:
	- make mrproper
	- make config or make oldconfig or make menuconfig or make xconfig
	  (pick the one which you like using)
	- make dep
	- make clean
	- make bzImage (typically the best choice)
	- make modules
	- make install
	- make modules_install

	* All these steps are listed in the README in further detail.
	  (typically /usr/src/linux)

Have fun!

Stephen

On Tue, 3 Jul 2001, Jim Selph wrote:

> Chris,
> 	Before doing any of the make commands did you do a make mrproper?
>
> James
>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]