Last active
March 20, 2018 05:17
-
-
Save leon-anavi/28cf78680bac8e4fdc22d2ae1411ff3c to your computer and use it in GitHub Desktop.
Yocto/OE U-Boot x86_64-linux-gnu-gcc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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