1、下载代码
去uboot官网http://www.denx.de/wiki/U-Boot/SourceCode下载2019年4月份的uboot的代码,
点进去FTP服务器进行下载,下载2019.04版本
在github上建立一个版本库,把源码上传到github
执行配置命令
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