1、下载代码

去uboot官网http://www.denx.de/wiki/U-Boot/SourceCode下载2019年4月份的uboot的代码,

uboot2019移植-准备工作

 

点进去FTP服务器进行下载,下载2019.04版本

uboot2019移植-准备工作

在github上建立一个版本库,把源码上传到github

uboot2019移植-准备工作

执行配置命令

make s5p_goni_config

make

发现编译器的版本过低,要求版本在6.0以上

[email protected]:~/wp/SV5PV210/u-boot-2019.04$ make
scripts/kconfig/conf  --syncconfig Kconfig
  CHK     include/config.h
  CFG     u-boot.cfg
  GEN     include/autoconf.mk
  GEN     include/autoconf.mk.dep
  CHK     include/config/uboot.release
  CHK     include/generated/version_autogenerated.h
  CHK     include/generated/timestamp_autogenerated.h
  UPD     include/generated/timestamp_autogenerated.h
*** Your GCC is older than 6.0 and is not supported
make: *** [checkgcc6] Error 1

相关文章:

  • 2021-07-10
  • 2021-07-04
  • 2021-04-21
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-08-16
相关资源
相似解决方案