Quote:
Originally Posted by NiLuJe
Don't build the docs?
And yeah, u-boot being fine with a Linux TC makes sense.
|
Good, but how? I'm just running 'make' on the Amazon toolchain. The toolchain's Makefile is supposed to build 'binutils' automatically (so there's no option to skip docs except modifying the Amazon toolchain Makefile ... and that doesn't feel right.)
I tried building U-Boot again with this toolchain ("gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabi.tar.xz" from:
https://releases.linaro.org/componen...linux-gnueabi/), but the build fails with the same exact error.
I'm going to try building U-Boot again with the toolchain recommended by @schuhumi.
EDIT: It's AUR ... and I have to build it myself. Normally, I don't have an issue, but "build anxiety" strikes hard this time. And it seems to point back to Linaro's source archives.
EDIT 2: Turns out that AUR depends on the 'makepkg' command, only available with 'pacman' on Arch. I'm on Ubuntu, which has APT.
What should I do?