【解决】Can't find default configuration "arch x86 configs xx_defconfig"!
Can't find default configuration "arch/x86/configs/xx_defconfig"!
解决方法:
修改顶层Makefile文件
vi Makefile
将语句
ARCH ?= $(SUBARCH)
改为
ARCH ?= arm
参考:https://blog.csdn.net/xbl1986/article/details/7852538
如果说我的文章对你有用,只不过是我站在巨人的肩膀上再继续努力罢了。
若在页首无特别声明,本篇文章由 Schips 经过整理后发布。
博客地址:https://www.cnblogs.com/schips/
若在页首无特别声明,本篇文章由 Schips 经过整理后发布。
博客地址:https://www.cnblogs.com/schips/