Re: How to do initialization specific to guix repl inside .guile?

2024-03-09 Thread Tomas Volf
On 2024-03-09 00:45:32 +0700, Parnikkapore wrote: > Hi, > > On Wed, 2024-03-06 at 15:47 +0100, Tomas Volf wrote: > > Is there a way to detect from .guile whether guix repl or guile repl is > > starting > > so that I can branch on that? > > The kludge I currently use for this is this: > > ```scheme

Re: Help with channel build system and package

2024-03-09 Thread Jesse Millwood
Marek, Thanks for the detailed response! I really appreciate it. I responded inline. Is your main source of knowledge the official Guix documentation? On 3/8/24 05:43, Marek Paśnikowski wrote: 08.03.2024 03:35:11 CET Jesse Millwood: I'm still trying to get this to work. I tracked some thing

Re: Help with channel build system and package

2024-03-09 Thread Jesse Millwood
Thanks for your response Richard! On 3/8/24 22:39, Richard Sent wrote: Jesse, I expect your issue is you have an extra gexp in build-system/crosstool-ng.scm, line 71. I determined this by: 1. Examining the derivation Guix is trying to build I'm still trying to learn about the internals of Guix

Issues cross-compiling arm with QMK

2024-03-09 Thread Kristoffer Ström
When trying to compile keyboard firmware using the qmk toolkit, i run into this error: ./lib/pico-sdk/src/rp2_common/hardware_base/include/hardware/address_mapped.h:94:19: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] uint32_t rc = (uintptr_t)addr;

Re: Issues cross-compiling arm with QMK

2024-03-09 Thread Ekaitz Zarraga
Hi Kristoffer, On 2024-03-09 18:50, Kristoffer Ström wrote: When trying to compile keyboard firmware using the qmk toolkit, i run into this error: ./lib/pico-sdk/src/rp2_common/hardware_base/include/hardware/address_mapped.h:94:19: error: cast from pointer to integer of different size [-Werr