Ludovic Courtès schreef op vr 18-06-2021 om 11:32 [+0200]: > Hi, > > Maxime Devos skribis: > > > ./pre-inst-env guix build --target=i686-linux-gnu hello --keep-failed > > “i686-linux-gnu” is not among the supported cross-compilation triplets, > which are roughly those that appears in (@ (gnu ci) %cross-targets). > > It’s rarely useful to cross-compile to i686-linux-gnu because you can > just build natively on an x86_64-linux-gnu machine: > > guix build -s i686-linux hello > > All this to say, I don’t think we should spend energy on the > i686-linux-gnu cross toolchain. > > WDYT? Agreed, closing. Though if someone has the same issue when building a cross-compiler from, say, aarch64 to i686, then I'd recommend reopening it. Greetings, Maxime.