I'm running fedora 10 on a virtual machine. I'm trying to create a kernel so that I can use the imaging software FOG on multiple computer makes and models. I'm pretty new to linux so I'm sure I'm missing something I just need someone to point me in the right direction. I have installed the "Development Tools" and qt3-devel. When I run make xconfig or make menuconfig it errors out. The following is what I get...
make xconfig
[root@localhost linux-2.6.26.2]# make xconfig
scripts/kconfig/qconf arch/x86/kconfig
init/kconfig:514: can't open file "usr/Kconfig"
make[1]: *** [xconfig] Error 1
make: *** [xconfig] Error 2
make menuconfig
[root@localhost linux-2.6.26.2]# make menuconfig
scripts/kconfig/mconf arch/x86/Kconfig
init/Kconfig:514: can't open file "usr/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error2
Any help would be greatly appreciated.