AVR-GCC
From Nibo
(Difference between revisions)
(→Weblinks) |
|||
(4 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | Der AVR-GCC beinhaltet einen frei erhältlichen C-Compiler, einen C++-Compiler und einen Assembler für Atmel AVR Controller. Es handelt sich um eine spezielle Version des GCC (Gnu Compiler Collection). Den AVR-GCC gibt es für Windows, Mac-OS und Linux. | ||
+ | |||
==Weblinks== | ==Weblinks== | ||
- | * [http://www.roboternetz.de/wissen/index.php/Avr-gcc] - RN-Wissen GCC Programmierung | + | * [http://www.roboternetz.de/wissen/index.php/Avr-gcc roboternetz.de] - RN-Wissen GCC Programmierung |
- | * [http://winavr.sourceforge.net/ sourceforge.net] - WinAVR, AVR-GCC für Windows | + | * [http://winavr.sourceforge.net/ winavr.sourceforge.net] - WinAVR, AVR-GCC für Windows |
+ | * [http://sourceforge.net/projects/osxavr/ sourceforge.net] - OSX-AVR, AVR-GCC für MaxOS X | ||
* [http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial mikrocontroller.net] - AVR-GCC Tutorial | * [http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial mikrocontroller.net] - AVR-GCC Tutorial | ||
* [http://www.nongnu.org/avr-libc/ avr-libc] - C Bibliothek für den AVR | * [http://www.nongnu.org/avr-libc/ avr-libc] - C Bibliothek für den AVR | ||
+ | |||
+ | * [http://www.sourceforge.net/projects/nibo/ sourceforge.net] - Nibo Library, Projektseite zur C/C++ Bibliothek | ||
+ | * [http://nibo.sourceforge.net/doc/html nibo.sourceforge.net] - Dokumentation zur Nibo Library | ||
+ | |||
+ | [[Category:Software]] |
Current revision as of 10:46, 20 August 2007
Der AVR-GCC beinhaltet einen frei erhältlichen C-Compiler, einen C++-Compiler und einen Assembler für Atmel AVR Controller. Es handelt sich um eine spezielle Version des GCC (Gnu Compiler Collection). Den AVR-GCC gibt es für Windows, Mac-OS und Linux.
Weblinks
- roboternetz.de - RN-Wissen GCC Programmierung
- winavr.sourceforge.net - WinAVR, AVR-GCC für Windows
- sourceforge.net - OSX-AVR, AVR-GCC für MaxOS X
- mikrocontroller.net - AVR-GCC Tutorial
- avr-libc - C Bibliothek für den AVR
- sourceforge.net - Nibo Library, Projektseite zur C/C++ Bibliothek
- nibo.sourceforge.net - Dokumentation zur Nibo Library