mbox series

[bug#54327,0/3] gnu: sdcc: Update to 4.2.0.

Message ID cover.1646911417.git.simon@simonsouth.net
Headers show
Series gnu: sdcc: Update to 4.2.0. | expand

Message

Simon South March 10, 2022, 12:27 p.m. UTC
Here's a patch series that updates SDCC, a C compiler suite for eight-bit
microcontrollers, to 4.2.0.

It also improves the package by

- Removing input labels from the package definition, and

- Enabling readline support in the debugger, SDCDB.

To minimize rebuilds I suggest applying this after the update to μCsim in
issue 54260[0].

I've tested this (including rebuilding SDCC's four dependent packages) on
AArch64 and x86-64 and all appears well.

[0] https://issues.guix.gnu.org/54260

--
Simon South
simon@simonsouth.net


Simon South (3):
  gnu: sdcc: Remove input labels.
  gnu: sdcc: Build debugger with readline support.
  gnu: sdcc: Update to 4.2.0.

 gnu/packages/embedded.scm                     |  22 +-
 .../patches/sdcc-disable-non-free-code.patch  | 363 +++++++++---------
 2 files changed, 200 insertions(+), 185 deletions(-)


base-commit: cceb5344ae64faa3079556084c7d63615df53eb4

Comments

Nicolas Goaziou March 10, 2022, 11:42 p.m. UTC | #1
Hello,

Simon South <simon@simonsouth.net> writes:

> Here's a patch series that updates SDCC, a C compiler suite for eight-bit
> microcontrollers, to 4.2.0.
>
> It also improves the package by
>
> - Removing input labels from the package definition, and
>
> - Enabling readline support in the debugger, SDCDB.
>
> To minimize rebuilds I suggest applying this after the update to μCsim in
> issue 54260[0].
>
> I've tested this (including rebuilding SDCC's four dependent packages) on
> AArch64 and x86-64 and all appears well.
>
> [0] https://issues.guix.gnu.org/54260

Applied. Thank you.

Regards,