jawher / xavr

An AVR C project template for XCode
MIT License
68 stars 18 forks source link

Failure while executing; exited with 128. #25

Open MattPhantastic opened 4 years ago

MattPhantastic commented 4 years ago

You should update the line in the installation guide.

This:

brew install avrdude
brew tap larsimmisch/avr
brew install avr-libc

Should be this:

brew install avrdude
brew tap osx-cross/avr
brew install avr-gcc