移植uboot出现:include/config.h:8:22: fatal error: configs/.h: No such file or directory

请检查如下信息是否配置正确:

1.检查 board/freescale/my_mx6ull_emmc/Kconfig文件,查看下图中的位置是否修改:

移植uboot出现:include/config.h:8:22: fatal error: configs/.h: No such file or directory

2.检查 board/freescale/my_mx6ull_emmc/MAINTAINERS文件,查看下图中的位置是否修改:

移植uboot出现:include/config.h:8:22: fatal error: configs/.h: No such file or directory

3.检查 arch/arm/cpu/armv7/mx6/Kconfig文件,查看是否正确添加下图中的信息:

移植uboot出现:include/config.h:8:22: fatal error: configs/.h: No such file or directory

arch/arm/cpu/armv7/mx6/Kconfig文件最后是否添加如下内容:

移植uboot出现:include/config.h:8:22: fatal error: configs/.h: No such file or directory

以上三点如果都配置正确,那基本编译uboot就不会再报该错误信息。

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2021-05-07
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-12-02
  • 2021-03-26
相关资源
相似解决方案