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

转载于:https://www.cnblogs.com/schips/p/10555651.html

你可能感兴趣的:(【解决】Can't find default configuration "arch/x86/configs/xx_defconfig"!)