1,编译linux3.5出错
root@phone-desktop:/opt/FriendlyARM/tiny4412/Linux/linux-3.5# make
scripts/kconfig/conf --silentoldconfig Kconfig
***
*** Configuration file ".config" not found!
***
*** Please run some configurator (e.g. "make oldconfig" or
*** "make menuconfig" or "make xconfig").
***
make[2]: *** [silentoldconfig] 错误 1
make[1]: *** [silentoldconfig] 错误 2
make: *** 没有规则可以创建“include/config/kernel.release”需要的目标“include/config/auto.conf”。 停止。
解决方法:
----------------------
本文详细记录了在编译Linux3.5内核过程中遇到的.config文件缺失问题及解决步骤。当运行make silentoldconfig命令时,系统提示配置文件不存在,文章提供了具体的错误信息,并指导读者如何通过运行不同的配置命令来解决问题。
1829

被折叠的 条评论
为什么被折叠?



