Diferencia entre revisiones de «SDCC C compiler»

De WikiRobotics
Saltar a: navegación, buscar
(Introduction)
Línea 3: Línea 3:
 
'''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.
+
We will use this compiler for programming in C language the Microchip '''PIC16F876A''' microcontroller located in the [[Skycube|Skycube board]]. In addition, the '''GPUTILS''' tools are needed. GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It's distributed under the terms of the GNU Public License.
  
 
== Installation on linux platforms ==
 
== Installation on linux platforms ==
 +
 +
  
 
== Installation on Windows ==
 
== Installation on Windows ==

Revisión del 02:25 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 microcontroller located in the Skycube board. In addition, the GPUTILS tools are needed. GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It's distributed under the terms of the GNU Public License.

Installation on linux platforms

Installation on Windows

Links

News

  • Feb/20th/2011: This page is started!