sdcc 4.4.0
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.
- 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 sdcc 4.4.0
as follows:
guix install sdcc@4.4.0
Or install the latest version:
guix install sdcc
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.