Small Device C Compiler
From Wikipedia, the free encyclopedia
| Developer(s) | Sandeep Dutta and others |
|---|---|
| Stable release | 3.2.0 / July 9, 2012 |
| Operating system | Linux, Windows, Mac |
| Type | C Compiler |
| License | GPL |
| Website | sdcc.sourceforge.net |
The Small Device C Compiler (SDCC) is an open source, partially retargetable[1] C compiler for microcontrollers. It is distributed under the GNU General Public License. The package also contains a linker, assembler, simulator and debugger. As of March 2007, SDCC is the only open source C compiler for Intel 8051-compatible microcontrollers[2][citation needed]. In 2011 the compiler is downloaded on average more than 200 times per day.[3]
The SDCC compiler was used by the FreeRTOS project to port its real-time operating system to the 8051-based Silabs (formerly Cygnal) series of microcontrollers.
Contents |
Supported target architectures[edit]
- Intel 8051 and its derivatives.
- Zilog Z80 and binary compatible derivatives such as the eZ80.
- Zilog Z180.
- Rabbit 2000 and the binary compatible derivative Rabbit 3000.
- Rabbit 3000A and binary compatible derivatives such as the Rabbit 4000.
- Sharp LR35902 (the CPU used in the Game Boy).
- Freescale (Motorola) HC08.
- Freescale S08.
- STMicroelectronics STM8.
Work is in progress on:
See also[edit]
References[edit]
- ^ Rainer Leupers, Peter Marwedel: "Retargetable Compiler Technology for Embedded Systems: Tools and Applications", page 126. Springer, 2001
- ^ According to a Google search for: 8051 open source C compiler
- ^ SourceForge. "Usage Statistics For Small Device C Compiler". Retrieved 2010-02-16.
External links[edit]
- SDCC home page
- Sandeep Dutta - Anatomy of a Compiler. A Retargetable ANSI-C Compiler. "Circuit Cellar", issue 121, August 2000, page 35
- SDCC Open Knowledge Resource
- A port of FreeRTOS to 8051
- Using SDCC on the AT89C52 (8051 derivative)
- Using SDCC for PIC on Windows with MPLABX
| This programming tool–related article is a stub. You can help Wikipedia by expanding it. |