hai,
I am not able to compile linux kernel. what i did is explained below.
* First i downloaded linux kernel sources from KERNEL.ORG site
* The Sources file is linux-2.4.32.tar.bz2 . Then i copied this file
into /root/Desktop/Raja/Kernel2.4/
* Then i moved into that directory of Kernel2.4 and gave the
following commands.
*** bgip2 -d linux-2.4.32.tar
*** tar -xvf linux-2.4.32.tar
* Then i moved into the directiory of the extracted files
* Then i started to compile the linux kernel with the following
commands
********** make xconfig
********** make dep
********** make bzImage
When i give """make bzImage""""" command it is giving some
/init/main.c ERROR 1 message and quiting.
Please can anyone give me the solution.
Thanking you,
Finder.