Small Device C Compiler
From Wikipedia, the free encyclopedia
| Small Device C Compiler | |
|---|---|
| Developed by | Sandeep Dutta and others |
| Latest release | 2.8.0 / March 30, 2008 |
| OS | Linux, Windows, Mac |
| Genre | 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]
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 such as Maxim (formerly Dallas) DS80C390 and many others.
- 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

