
16 Jan
2018
16 Jan
'18
12:48 p.m.
On Tue, Jan 16, 2018 at 8:47 AM, Mehmet Ali İPİN mehmet.ipin@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@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.