This repository contains the GNU AVR toolchain as formulae for Homebrew.
AVR is a popular family of microcontrollers, used for example in the Arduino project.
- gcc 4.9.1
- binutils 2.24.0
- avr-libc 1.8.0
Just brew tap plietar/avr
and then brew install <formula>
.
To install the entire AVR toolchain, do:
brew install avr-libc
This will pull in the prerequisites avr-binutils and avr-gcc.
brew help
, man brew
, or the Homebrew wiki.