Nikita Karetnikov <nik...@karetnikov.org> skribis: >> If you can cross-compile (really: substitute) them from x86_64, the >> better (you can even log in to hydra.gnu.org and get them from there.) >> Otherwise let me know and we’ll arrange something. > > $ ./pre-inst-env guix build binutils-static-stripped-tarball \ > bootstrap-binaries \ > gcc-stripped-tarball \ > glibc-stripped-tarball \ > guile-static-stripped-tarball \ > guile-2.0.9 \ > -s x86_64-linux --target=mips64el-linux-gnuabi64
Oh indeed, using ‘-s’ was a good idea. Note that ‘guix build bootstrap-tarballs’ is even faster to type. > Which Guile do I need? The stripped one, right? The one that’s in the output of ‘guix build bootstrap-tarballs’ (I forgot the name.) Ludo’.