【解决】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

posted @ 2019-03-18 22:24  schips  阅读(5147)  评论(0编辑  收藏  举报