Kernel Compling error No rule to make target `include/config/auto.conf
9,380 views
Skip to first unread message
neectron
unread,
Nov 25, 2012, 5:25:53 AM11/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
When building kernel I get this error?What might be the reason?.
neectron@neectron-VirtualBox:~/pepper/kernel$ export ARCH=arm
neectron@neectron-VirtualBox:~/pepper/kernel$ export CROSS_COMPILE=/home/
neectron/toolchains/linaro/bin/arm-eabi-
neectron@neectron-VirtualBox:~/pepper/kernel$ make riogrande_pepper_defconfig
#
# configuration written to .config
#
neectron@neectron-VirtualBox:~/pepper/kernel$ make menuconfig
scripts/kconfig/mconf Kconfig
drivers/input/misc/Kconfig:646:warning: type of 'INPUT_LPS331AP' redefined from
'tristate' to 'boolean'
warning: (CW1200) selects CFG80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && (RFKILL || !RFKILL))
warning: (CW1200) selects MAC80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && CFG80211)
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
neectron@neectron-VirtualBox:~/pepper/kernel$ make
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/input/misc/Kconfig:646:warning: type of 'INPUT_LPS331AP' redefined from
'tristate' to 'boolean'
warning: (CW1200) selects CFG80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && (RFKILL || !RFKILL))
warning: (CW1200) selects MAC80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && CFG80211)
warning: (CW1200) selects CFG80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && (RFKILL || !RFKILL))
warning: (CW1200) selects MAC80211 which has unmet direct dependencies (NET && !
COMPAT_WIRELESS && WIRELESS && CFG80211)
*** Error during update of the configuration.
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** No rule to make target `include/config/auto.conf', needed by `include/
config/kernel.release'. Stop.
NEO
unread,
Nov 25, 2012, 9:49:27 PM11/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message