On Tue, 7 Jan 2003 12:01:34 -0700
Craig Cameron <[EMAIL PROTECTED]> wrote:

> Can somebody give me a hand with compiling my kernel.  I run make
> config, and I get an error which essentially says "no rule for
> config".  I did a custom install, and only installed networking and
> DNS & BIND.  I have a feeling I have to install some developer tools. 
> I tried to install the MAKEDEV.....    RPM, but it says it's already
> installed, along with the other make RPM.
> 
> I am a newbie, so any help is appreciated.

Normally it's 'make xconfig" or "make menuconfig" for kernels. Sice you
installed minimal, I'd think 'make menuconfig' would suffice.

If you have the Redhat kernel-source rpm installed, and if you don't
want to start from scratch, there's one already started in
/usr/src/linux-<version>/configs for whatever architecture you're using.
It can help a lot for getting started.

Basically, you copy the appropriate one to the top level of the source
tree, rename it as .config, 'make oldconfig' then run menuconfig. Such
as (this is a Rawhide kernel that you likely won't have):

cd /usr/src/linux-2.4.20-0.pp.20
cp configs/kernel-2.4.20-athlon.config ./.config
make oldconfig
make menuconfig

Then you set whatever options you want, get rid of things, etc. Beats
having to do it all from scratch (usually).

Things are different if you are using the tarball however.

-- 
Me? A skeptic? Can you prove it?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to