arduino/toolchain-avr

Unable to compile on OSX

kyeshmz opened this issue · 2 comments

Getting error

  • gsed -r 's/@itemx/@c @itemx/'
    ./tools.bash: line 69: gsed: command not found

when trying to download requirements.

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.

Readme fixed