buserror / simavr

simavr is a lean, mean and hackable AVR simulator for linux & OSX
GNU General Public License v3.0
1.58k stars 368 forks source link

avr-libc not found on brew #243

Closed z3t0 closed 7 years ago

z3t0 commented 7 years ago

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.
buserror commented 7 years ago

We don't 'need' avr-libc anymore