Ludovic Courtès schreef op vr 18-06-2021 om 11:33 [+0200]: > Could you check whether aarch64-linux-gnu or armhf-linux-gnueabihf (say) > have the problem, and whether this patch addresses it? The second triplet appears to be invalid. $ ./pre-inst-env guix build hello --target=armhf-linux-gnueabihf > checking target system type... Invalid configuration `armhf-linux-gnueabihf': machine `armhf-unknown' not recognized > configure: error: /gnu/store/yqmhgw1fwmb9x498d4mpq5y046zcv3lw-bash-minimal-5.1.8/bin/bash ./config.sub armhf-linux-gnueabihf failed > error: in phase 'configure': uncaught exception: [...] (during the build of binutils-cross-armhf-linux-gnuabihf) $ ./pre-inst-env guix build hello --target=arm-linux-gnueabihf # ^ replacing armhf with arm > [ plenty of output, not yet completed ] Greetings, Maxime.