These are the steps I am doing to compile the linux source on my machine :
1. Copy the config file from /boot to /usr/src/kernels/2.6.29.4-167.fc11.i586/ directory
2. make oldconfig
3. make
Step 3 fails with the following error : make[1]: *** No rule to make target `missing-syscalls'. Stop.
Compiling on a x86 box. Any suggestions ? Please feel free to close this question if it does not belong here.
Can you ensure kernel-headers and kernel-devel are installed?
eg: yum install kernel-headers kernel-devel
These are the steps I did on FC11 with vanilla kernel linux-2.6.30.4