arduino / toolchain-avr

The AVR toolchain used by the Arduino IDE
144 stars 48 forks source link

Unable to compile on OSX #45

Closed kyeshmz closed 7 years ago

kyeshmz commented 7 years ago

Getting error

when trying to download requirements.

facchinm commented 7 years ago

HI @kkshmz , you need gsed from GNU autotools because the sed binary shipped with OSX is not compatible with the script. The easiest thing to do is downloading it through homebrew. I'm correcting the readme right now, thanks.

facchinm commented 7 years ago

Readme fixed