Post 9wyvBuF4KMe09jCL5c by cbaines@octodon.social
(DIR) More posts by cbaines@octodon.social
(DIR) Post #9wyhdyZMQwECKKBDl2 by cbaines@octodon.social
2020-07-04T19:10:32Z
2 likes, 3 repeats
Got some more build "machines" hooked up to https://guix.cbaines.net/ . There are lots of aarch64-linux things to build! #guix #raspberrypi
(DIR) Post #9wyhm6p3dGFgExOsCG by Ninjatrappeur@social.alternativebit.fr
2020-07-11T13:47:30.329342Z
0 likes, 0 repeats
@cbaines is there a specific limitation preventing to perform a amd64 => arm64 cross compilation on Guix?
(DIR) Post #9wykh2MD6eiSo2BEgK by cbaines@octodon.social
2020-07-11T14:06:23Z
1 likes, 0 repeats
@Ninjatrappeur assuming amd64 => arm64 is equivalent to x86_64-linux => aarch64-linux-gnu, then you can do that cross-compilation with Guix.It's also possible to build aarch64-linux builds on a x86_64 system using QEMU emulation.
(DIR) Post #9wykoMU2fwjvFnKtv6 by Ninjatrappeur@social.alternativebit.fr
2020-07-11T14:21:32.630010Z
0 likes, 0 repeats
@cbaines is there a specific reason you decided to use a SBC there? Power efficiency?
(DIR) Post #9wyvBuF4KMe09jCL5c by cbaines@octodon.social
2020-07-11T14:41:44Z
1 likes, 0 repeats
@Ninjatrappeur that's one factor, I just wanted some real hardware to use though. Sometimes builds fail because of issues with the emulation, so its nice to be able to rule that out by trying on actual hardware.