Re: kernel compile troubles - No rule to make target `fastdep'. Stop.

2003-03-12 Thread Thierry ITTY
save your .config file in another directory (/tmp) do a "make mrproper" move your .config file back in /usr/src/linux-2.4 do the "make dep && make bzImage && ..." if it's not enough save your .config file again, remove the whole kernel-source directory and re-install it (re untar the kerneltar

Re: kernel compile troubles - No rule to make target `fastdep'.Stop.

2003-03-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Mar 2003 10:22:04 +1000, Richard Garland wrote: > Posting again because I am not seeing on the list. My humble apologies if I > have overlooked the 1st post. > > > Trying to compile the kernel to include the drivers for Qlogic HBA cards.

kernel compile troubles - No rule to make target `fastdep'. Stop.

2003-03-11 Thread Richard Garland
Posting again because I am not seeing on the list. My humble apologies if I have overlooked the 1st post. Trying to compile the kernel to include the drivers for Qlogic HBA cards. I am doing the make clean, make mrproper, make dep. I know that after these steps I would need to make modules, make