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
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
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
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;
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