[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kernel compilation error
On 08 Jul 2005 10:45:48 +0530, Anurag Verma <averma@xxxxxxxxxxxxxxxxxxx> wrote:
> Hi All
> Did anyone compile the source code of 2.4.20-8. I m getting compilation
> error when i do make modules
What are the steps you are taking before this? You are missing
one/more of the following steps:
1) cd /usr/src/linux-2.4.20-8
2) make mrproper
3) make menuconfig
--> copy config from configs dir
4) make oldconfig
5) make bzImage
6) make modules
./h
--
www.embedded-tutorials.com - Embedded Systems, Linux Tutorials
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/