Small Device C Compiler
From Wikipedia, the free encyclopedia
| Developer(s) | Sandeep Dutta and others |
|---|---|
| Stable release | 3.1.0 / November 27, 2011 |
| 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 |
[edit] Supported target architectures
- Intel 8051 and its derivatives.
- Zilog Z80 and binary compatible derivatives such as Z180 and eZ80.
- Freescale (Motorola) HC08
Work is in progress on:
[edit] See also
[edit] References
- ^ 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". http://sourceforge.net/project/stats/?group_id=599&ugn=sdcc&type=&mode=alltime. Retrieved 2010-02-16.
[edit] External links
- SDCC home page
- SDCC Open Knowledge Resource
- A port of FreeRTOS to 8051
- Using SDCC on the AT89C52 (8051 derivative)
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |