arm-none-eabi toolchain and compiling C++ stuff

2024-09-07 Thread Rutherther
Hello Attila, lately I've been trying to make arm-none-eabi toolchain with gcc 12.3, since the older ones cannot be used with QMK. I also stumbled accross this issue. The issue is actually caused by wrong order of paths in "CROSS_CPLUS_INCLUDE_PATH". The C include path has to come after the C++

Re: arm-none-eabi toolchain and compiling C++ stuff

2023-12-21 Thread Ricardo Wurmus
Attila Lendvai writes: > is that a bug in (gnu packages embedded)? shall i look into fixing it? > > or am i the one who has invalid expectations? FWIW I have successfully been using make-arm-none-eabi-nano-toolchain-4.9 with the Axoloti DSP board (via the axoloti-patcher package). The 2018 to

Re: arm-none-eabi toolchain and compiling C++ stuff

2023-12-20 Thread Ekaitz Zarraga
On 2023-12-20 21:28, Attila Lendvai wrote: dear Guix, i'm trying to compile something to a raspberry rp2040 microcontroller (https://codeberg.org/Riku_V/pico-serprog). $ guix shell gcc-toolchain cmake make pkg-config -e "((@ (gnu packages embedded) make-arm-none-eabi-toolchain-7-2018-q2-up

arm-none-eabi toolchain and compiling C++ stuff

2023-12-20 Thread Attila Lendvai
dear Guix, i'm trying to compile something to a raspberry rp2040 microcontroller (https://codeberg.org/Riku_V/pico-serprog). $ guix shell gcc-toolchain cmake make pkg-config -e "((@ (gnu packages embedded) make-arm-none-eabi-toolchain-7-2018-q2-update))" $ cd _deps $ git clone https://github.co