Diferencia entre revisiones de «SDCC C compiler»
De WikiRobotics
(→Introduction) |
(→Introduction) |
||
Línea 2: | Línea 2: | ||
'''SDCC''' is an ANSI C compiler that targets different MCUs such as Intel 8051, Maxim 80DS390, Zilog Z80, '''Microchip PIC16/18''' among others. SDCC is Free '''Open Source Software''', distributed under GNU General Public License ('''GPL'''). | '''SDCC''' is an ANSI C compiler that targets different MCUs such as Intel 8051, Maxim 80DS390, Zilog Z80, '''Microchip PIC16/18''' among others. SDCC is Free '''Open Source Software''', distributed under GNU General Public License ('''GPL'''). | ||
+ | |||
+ | We will use this compiler for programming in C language the Microchip PIC16F876A micro-controller located in the Skycube board. | ||
== Installation on linux platforms == | == Installation on linux platforms == |
Revisión del 01:22 20 feb 2011
Introduction
SDCC is an ANSI C compiler that targets different MCUs such as Intel 8051, Maxim 80DS390, Zilog Z80, Microchip PIC16/18 among others. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL).
We will use this compiler for programming in C language the Microchip PIC16F876A micro-controller located in the Skycube board.
Installation on linux platforms
Installation on Windows
Links
News
- Feb/20th/2011: This page is started!