asiobob Veteran
Joined: 29 Oct 2003 Posts: 1375 Location: Bamboo Creek
|
Posted: Thu Jan 29, 2004 6:48 am Post subject: make menuconfig error |
|
|
Righty,
I had kernel 2.6.1_rc1 then decided to move to 2.6.1
so I copy over the .config file to the 2.6.1 sources and run
make oldconfig
Then I check using menu config if things are set correctly, (they are) so I exit without saving and it prints the error below on the screen (after I exit menue config I see it)
How do I fix this?
I still compiled the kernel and it appears fine (I say appears since nothigns gone wrong yet)
Code: |
make menuconfig
make[1]: `scripts/fixdep' is up to date.
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in .config
#
Your kernel configuration changes were NOT saved.
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
|
|
|