AVR Toolchain Installation
4. Install on OS X
The easiest way to get the AVR toolchain on OS X is to use MacPorts. If you don’t already have it installed, follow the installation instructions on the MacPorts website.
- Open a terminal window.
- Enter the following commands to install the required packages:
1 2
sudo port selfupdate sudo port install avr-gcc avr-binutils avr-libc avr-gdb avrdude
- Installation of the toolchain on OS X is now complete.