您的位置:首页 > 运维架构 > Linux

关于linux3.7.4内核编译时报错问题

2014-10-04 23:46 387 查看
vita@blackline:/vita/build/linux-3.7.4$ make bzImage

scripts/kconfig/conf --silentoldconfig Kconfig

*** Error during update of the configuration.

make[2]: *** [silentoldconfig] Error 1

make[1]: *** [silentoldconfig] Error 2

make[1]: Nothing to be done for `all'.

make[1]: Nothing to be done for `relocs'.

make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'.  Stop.
vita@blackline:/vita/build/linux-3.7.4$ 

解决方法:

第一步:make mrproper

第二步:make i386_defconfig

第三步:make bzImage

结果就不会报错了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  bzImage kernel linux3.7.4