bitbake error while building Yocto/OE recipe u-boot 2017.09 for machine qemux86-64:
| unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
| error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Solution:
Add the following line to conf/local.conf:
HOSTTOOLS += "x86_64-linux-gnu-gcc"
| unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
| error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Solution:
Add the following line to conf/local.conf:
HOSTTOOLS += "x86_64-linux-gnu-gcc"