Hi Torres.
Some weeks ago I posted a similar question to this list. See
https://lists.gnu.org/archive/html/help-guix/2024-04/msg00026.html.
My setup is quite similiar to yours. I want to deploy a custom kernel/system
image from an x86 host to an rpi4 (aarch64).
Using 'guix deploy' with confi
Hi!
I think you need to rewrite the path to the dependencies of the executable
using `patchelf`, so that the libs from the store are used. I only have done
this in nix, but it should be the same for guix? Maybe someone with more
experience can comment on this.
Best regards
Christoph
Hey Marius!
I am Guix and scheme newbie myself. I can't provide you with concrete learning
materials, just some tips from my journey.
I have learned a ton by working on a real project, namely, I try to port guix
to a custom arm32 board using cross compilation. Cross compilation seems to be
und