sdcc
C compiler suite for 8-bit microcontrollers
SDCC is a retargetable, optimizing Standard C compiler suite that targets 8-bit microcontrollers in the Intel MCS-51 (8051); MOS Technology 6502; Motorola 68HC08; Padauk PDK13, PDK14 and PDK15; STMicroelectronics STM8; and Zilog Z80 families, plus many of their variants.
- Versions: 4.4.0
- Website: https://sdcc.sourceforge.net/
- Licenses: GPL 2+ · GPL 3+ · LGPL 2.0+ · LGPL 2.1+ · LGPL 3+ · Public Domain · Zlib
- Package source: gnu/packages/embedded.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sdcc
as follows:
guix install sdcc
Or install a particular version:
guix install sdcc@4.4.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of sdcc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sdcc'><img src='https://packages.guix.gnu.org/packages/sdcc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sdcc/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sdcc)
Example Org:
[[https://packages.guix.gnu.org/packages/sdcc][https://packages.guix.gnu.org/packages/sdcc/badges/latest-version.svg]]