Skip to content

Instantly share code, notes, and snippets.

@leon-anavi
Last active March 20, 2018 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leon-anavi/28cf78680bac8e4fdc22d2ae1411ff3c to your computer and use it in GitHub Desktop.
Save leon-anavi/28cf78680bac8e4fdc22d2ae1411ff3c to your computer and use it in GitHub Desktop.
Yocto/OE U-Boot x86_64-linux-gnu-gcc
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment