编译在X86平台下运行的linux内核出错
make: Warning: File `.config' has modification time 6.5e+02 s in the future
make[2]: Warning: File `scripts/basic/.hash.cmd' has modification time 6.4e+02 s in the future
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `scripts/kconfig/.zconf.tab.o.cmd' has modification time 6.4e+02 s in the future
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/x86/Kconfig
*** Error during update of the kernel 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.
我想编译在X86平台下运行的linux内核,结果使用make bzImage时,出现了以上错误信息,有哪位大哥能帮帮小弟,我刚入门,谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有没有先make menuconfig ?