|
kernel 2.6.11 smp x64 compile not working
Hi,
I am using FC4. when I am trying to compile 2.6.11 smp x64.
after the following steps:
make clean
make mrproper
make menuconfig
I obviously get .config file.
after I issue:
make O=/usr/src/kernels/2.6.11-smp
I get:
/usr/src/redhat/SOURCES/linux-2.6.11/Makefile:486: .config: No such file or directory
Using /usr/src/redhat/SOURCES/linux-2.6.11 as source for kernel
/usr/src/redhat/SOURCES/linux-2.6.11 is not clean, please run 'make mrproper'
in the '/usr/src/redhat/SOURCES/linux-2.6.11' directory.
make[1]: *** [prepare2] Error 1
make: *** [_all] Error 2
Could someone please point me to the right thread or give me a clue.
I have tried google but could not find the proper answer....
-Gene.
|