[U-Boot] FW: u-boot v2016 vs v2013

Fabio Estevam festevam at gmail.com
Tue Jan 16 11:48:45 UTC 2018


On Tue, Jan 16, 2018 at 8:47 AM, Mehmet Ali İPİN
<mehmet.ipin at pavotek.com.tr> wrote:
> Dear Estevam.
>
> Thank you for your helps and interests,
>
> I downloaded and installed gcc/g++ version 7.2 but, make file of u-boot-2018 gives the message below:
>
> *** Your GCC is older than 6.0 and is not supported
> make: *** [checkgcc6] Error 1
>
> but my gcc version is 7.2.0
>
> mai at ubuntu:~/u-boot-2018.01$ gcc --version
> gcc (Ubuntu 7.2.0-1ubuntu1~14.04) 7.2.0

This is your host PC GCC. You need to upgrade your cross-compile GCC.

Or for a quick test you can do:

git revert 6b867dabe84bae1e7 , which will allow you to build with your old GCC.


More information about the U-Boot mailing list