Atmel AVR: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Manpaz (talk | contribs)
Created page with "== Howto setup Eclipse for AVR GCC toolchain == * Install avr tools and dependencies '''Fedora''' <nowiki>yum -y install avr-gcc avr-binutils avr-libc avr-gdb avrdude eclipse..."
 
Manpaz (talk | contribs)
m Manpaz moved page Mu-avr to Atmel AVR
(No difference)

Revision as of 06:57, 28 May 2013

Howto setup Eclipse for AVR GCC toolchain

  • Install avr tools and dependencies

Fedora

yum -y install avr-gcc avr-binutils avr-libc avr-gdb avrdude eclipse eclipse-cdt 

Ubuntu

apt-get -y install gcc-avr binutils-avr gdb-avr avr-libc avrdude