Skip to content

Instantly share code, notes, and snippets.

@betawaffle
Last active December 14, 2019 20:40
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 betawaffle/fa36e5e393bcf293f6b4dc5afbc6a4e3 to your computer and use it in GitHub Desktop.
Save betawaffle/fa36e5e393bcf293f6b4dc5afbc6a4e3 to your computer and use it in GitHub Desktop.
building
./buildgcc: line 33: git: command not found
./buildgcc: line 34: git: command not found
./buildgcc: line 35: git: command not found
Welcome to the coreboot cross toolchain builder v ()
Building toolchain using 1 thread(s).
Target architecture is i386-elf
WARNING
No compatible Ada compiler (GNAT) found. You can continue without
Ada support, but this will limit the features of coreboot (e.g.
native graphics initialization won't be available on most Intel
boards).
Usually, you can install GNAT with your package management system
(the package is called `gnat` or `gcc-ada`). It has to match the
`gcc` package in version. If there are multiple versions of GCC in-
stalled, you can point this script to the matching version through
the `CC` and `CXX` environment variables.
e.g. on Ubuntu 14.04, if `gcc` is `gcc-4.8`:
apt-get install gnat-4.8 && make crossgcc
on Ubuntu 16.04, if `gcc` is `gcc-5`:
apt-get install gnat-5 && make crossgcc
Press Ctrl-C to abort, Enter to continue... 30sDownloading and verifing tarballs ...
* gmp-6.1.2.tar.xz (downloading from https://ftpmirror.gnu.org/gmp/gmp-6.1.2.tar.xz)
curl: (6) Could not resolve host: ftpmirror.gnu.org
Failed to download gmp-6.1.2.tar.xz.
make[3]: *** [Makefile:26: build_gcc] Error 1
make[2]: *** [Makefile:51: build-i386] Error 2
make[1]: *** [Makefile:16: all_without_gdb] Error 2
make: *** [util/crossgcc/Makefile.inc:39: crossgcc] Error 2
builder for '/nix/store/k86z5797dkj8l5pgh49j8vgs79drv608-coreboot-pce-apu2-4.11.0.1.drv' failed with exit code 2
error: build of '/nix/store/k86z5797dkj8l5pgh49j8vgs79drv608-coreboot-pce-apu2-4.11.0.1.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment