Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-12 Thread Christoph Buck
Thiago Jung Bauermann writes: > Hello Christoph, Hi Thiago! > This is a pity, because it doesn't look like this use-case would be hard > to support in Guix and I think it would be a killer feature for > developers, allowing it to gain more popularity as a development tool. I think so too. Comp

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-12 Thread Christoph Buck
Richard Sent writes: > Hi Christoph! Hi Richard! Christoph here (writing from a different mail address to up my mailing list game). > (I assume your inspiration was [1], but in my opinion this is > different enough in both context and content to deserve its own > section.) > [...] > [1]: https

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-07 Thread Richard Sent
Hi Christoph! Christoph Buck writes: >> (define gcc-cross-aarch64-linux-toolchain >> (let ((chain (cross-gcc-toolchain "aarch64-linux-gnu"))) >> (package >> (inherit chain) >> (native-search-paths >>(package-search-paths >> (lookup-package-input chain "gcc-cross

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-07 Thread Thiago Jung Bauermann
Hello Christoph, Christoph Buck writes: > Total guix newbie here. Currently i am evaluating if guix could be a > better alternative to yocto. My use case is as follows. I want to > declarative define a system (for aarch64), generate an image and deploy > it by flashing it to an sd card. Addition

Installing cross-compiled packages alongside a cross-compile toolchain

2024-05-21 Thread Christoph Buck
Hi! Total guix newbie here. Currently i am evaluating if guix could be a better alternative to yocto. My use case is as follows. I want to declarative define a system (for aarch64), generate an image and deploy it by flashing it to an sd card. Additionally i want to setup a development environment