View previous topic :: View next topic |
Author |
Message |
KLUCHA n00b
Joined: 05 Jul 2008 Posts: 4
|
Posted: Sat Jul 05, 2008 10:12 pm Post subject: [solved] cannot compile kernel |
|
|
Howgh guys!
I'm, trying to install gentoo on an old laptop. So far everything was fine. I did make menuconfig selected what I think is needed and saved configuration as "kernel.config". I type make && make modules_install and get error log like that
Scripts/kconfig/conf -s arch/x86/Kconfig
You have not yet configured your kernel!
(missing kernel .config file)
Please run some configurator
make[3]: ***[silentoldconfig] Error 1
make[2]: ***[silentoldconfig] Error 2
make[1]: ***No rule to make target 'make'. Stop
make: *** [make] Error 2
What is going on or rather what is NOT going on and what should I do to get my kernel compiled?
Thanks a lot;)
Last edited by KLUCHA on Sun Jul 06, 2008 9:33 pm; edited 1 time in total |
|
Back to top |
|
|
Extintor Tux's lil' helper
Joined: 09 Oct 2004 Posts: 113 Location: Stockholm, Sweden
|
Posted: Sat Jul 05, 2008 10:38 pm Post subject: |
|
|
The config is called $kernel_source_dir/.config.
just do a
Code: |
yourbox # mv kernel.config .config
|
In the root dir of the kernel source _________________ Beerhazard | Nobelium | VIm | Perl | Ruby |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Sun Jul 06, 2008 12:42 pm Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware.
Kernel question, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
|