[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A different way to build GCC to overcome issues, especially with C++
From: |
Jean-Pierre De Jesus Diaz |
Subject: |
Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems |
Date: |
Fri, 24 May 2024 17:05:50 +0000 |
Hello,
Adding to this conversation I have been making a arm-none-eabi
toolchain with Newlib included as the default C standard library like
in the official Arm toolchain but I'm not quite happy with the patches
yet.[1]
I haven't contributed it yet because it has been a bit hard adapting axoloti-*
packages to use a modern toolchain because I'm also intending to remove
the old toolchains in `gnu/packages/embedded.scm' eventually and
instead use the ones in `cross-gcc-toolchain'.
[1]:
https://github.com/Foundation-Devices/guix-mirror/compare/master...wip/arm-none-eabi
On Fri, May 24, 2024 at 3:53 PM Sergio Pastor Pérez
<sergio.pastorperez@outlook.es> wrote:
>
> Hi both of you.
>
> I want to echo Attila's sentiments. This is a valuable contribution, and
> creating a channel would serve as a central hub for other contributors.
>
> Thanks for sharing, Stefan.
>
> Have nice day.
> Sergio.
>
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Sergio Pastor Pérez, 2024/05/18
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Stefan, 2024/05/19
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Attila Lendvai, 2024/05/20
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Sergio Pastor Pérez, 2024/05/24
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems,
Jean-Pierre De Jesus Diaz <=
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Ricardo Wurmus, 2024/05/25
- Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems, Jean-Pierre De Jesus Diaz, 2024/05/27