I would like to compile a custom kernel for my laptop. However, neither "make xconfig" nor "make gconfig" appear to work, and I would rather not use "make menuconfig" since it is rather cumbersome. Make xconfig will not work since there is no qt3-devel package available for installation. However, I have installed the usual packages to enable "make gconfig" but I still receive the error
- Code: Select all
make gconfig
make[1]: *** No rule to make target `scripts/kconfig/gconf', needed by `gconfig'. Stop.
make: *** [gconfig] Error 2
Has anyone managed to get "make gconfig" to work, and if so, could you tell me which devel packages had to be installed?