Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems

2023-12-21 Thread Attila Lendvai
hi Stefan, > In the end it worked nicely for my embedded C++ stuff and I also managed > to compile a custom keyboard firmware based on ZMK using Zephyr, > although that is just C code. i've also encountered a problem with the guix cross compiling tools as i have described here: https://lists.

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

Suggestion for a guix shell feature.

2023-12-21 Thread Development of GNU Guix and the GNU System distribution.
I want to make a suggestion for a feature for guix shell. I was recently writing guix.scm files for my projects and was having problem with the libraries I added, not being found inside the shell. After struggling for hours I finally learned that that the LD_LIBRARY_PATH  is not being updated a

Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems

2023-12-21 Thread Jean-Pierre De Jesus Diaz
Hello everyone, I was working before on embedded toolchains with Guix and added AVR platform as a result. [1] Just FYI, I have a WIP patch series to add support for arm-none-eabi using the Guix cross compilation methods, e.g.: using #:target and so on and also to add an user installable toolchain

using shepherd's (shepherd service repl) in guix system

2023-12-21 Thread Justin Veilleux
Hi. I thought it would be interesting to have a shepherd service run a repl like in https://www.gnu.org/software/shepherd/manual/html_node/REPL-Service.html. Since there is no shepherd repl service in a (gnu services *) module, I created a shepherd-service-type and shepherd-service (I copied the co

Re: xwayland security updates, to mesa- or core-updates or ?

2023-12-21 Thread John Kehayias
Hi all, On Mon, Dec 18, 2023 at 12:57 AM, John Kehayias wrote: > Hi Kaelyn and everyone, > > On Fri, Dec 15, 2023 at 05:25 PM, Kaelyn wrote: > >> On Thursday, December 14th, 2023 at 10:21 PM, John Kehayias >> wrote: >> >>> >>> Hi Guix, >>> >>> In light of (more) CVEs in xwayland, see >>>

Re: xwayland security updates, to mesa- or core-updates or ?

2023-12-21 Thread Efraim Flashner
On Thu, Dec 21, 2023 at 09:18:50PM +, John Kehayias wrote: > Hi all, > > On Mon, Dec 18, 2023 at 12:57 AM, John Kehayias wrote: > > > Hi Kaelyn and everyone, > > > > On Fri, Dec 15, 2023 at 05:25 PM, Kaelyn wrote: > > > >> On Thursday, December 14th, 2023 at 10:21 PM, John Kehayias > >> wrot