Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to compile kernel?

Reply
Thread Tools Display Modes

How to compile kernel?

 
 
Fister
Guest
Posts: n/a

 
      07-05-2007, 06:19 PM
Hi

I'm new to compiling kernels so I'm hoping someone will be kind enough to
guide me through it I've run the following command to determine where
the current kernel was compiled from.

[root@rhel]$ ls -l /lib/modules/`uname -r`/build
lrwxrwxrwx 1 root root 38 Mar 15 04:37 /lib/modules/2.6.9-5.ELsmp/build
-> /usr/src/kernels/2.6.9-5.EL-smp-x86_64

I've then run make menuconfig from the directory given above and made the
desired changes to the configuration.
When saving the configuration I get the following

*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.

Is that it? I just want to make absolutely sure before running make :


 
Reply With Quote
 
 
 
 
Timothy Murphy
Guest
Posts: n/a

 
      07-05-2007, 06:22 PM
Fister wrote:

> *** End of Linux kernel configuration.
> *** Execute 'make' to build the kernel or try 'make help'.
>
> Is that it? I just want to make absolutely sure before running make


Yes, you say "make" and then (as root) "make modules_install"
and "make install".

--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is in necessary to recompiile the kernel to compile a usb driver Henry M Pollock Linux Networking 6 12-30-2008 09:28 PM
ARM cross compile problem kid Linux Networking 1 06-08-2007 11:57 AM
Encore (Sundance) NIC does not compile. Marco A. Cruz Quevedo Linux Networking 2 03-13-2007 03:58 PM
compile IPMASQ coop Linux Networking 1 04-21-2005 02:17 PM
LiS Compile problems Big Jim Linux Networking 2 11-11-2003 02:30 AM



1 2 3 4 5 6 7 8 9 10 11