[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: |
Mon, 27 May 2024 10:48:48 +0000 |
>> 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'.
>
>Could you explain why it is difficult to adjust the axoloti/ksoloti
>packages? They only need an arm-none-eabi cross-compiler with newlib.
>Since I have axoloti boards here, I could test your changes.
I'm mostly having issues with refactoring cross-base to use the gcc
4.9 branch for
ARM to compile one of the axoloti packages that need a 4.9 toolchain
as trying to
use a newer one gave me some errors and the default gcc 4.9 doesn't have all of
the multilib targets that axoloti needs IIRC.
On Sat, May 25, 2024 at 10:20 PM Ricardo Wurmus <rekado@elephly.net> wrote:
>
> Jean-Pierre De Jesus Diaz <jean@foundation.xyz> writes:
>
> > 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'.
>
> Could you explain why it is difficult to adjust the axoloti/ksoloti
> packages? They only need an arm-none-eabi cross-compiler with newlib.
> Since I have axoloti boards here, I could test your changes.
>
> --
> Ricardo
- 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, 2024/05/24
- 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 <=