I used the instructions below, but brew seems to be unable to find avr-libc.
➜ simavr git:(master) make
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C simavr RELEASE=0
../Makefile.common:70: *** Please install avr-gcc: brew tap osx-cross/homebrew-avr ; brew install avr-libc. Stop.
make: *** [build-simavr] Error 2
➜ simavr git:(master) brew install avr-libc
Error: No available formula with the name "avr-libc"
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
I used the instructions below, but brew seems to be unable to find avr-libc.