osx-cross / homebrew-avr

Homebrew AVR Toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avr-gcc is broken due to isl 0.23 update

Lyle-Alloy opened this issue · comments

It's Deja Vu!

Pretty sure #136 happened again, I just fixed it by installing libisl 0.23 myself but it sounds like it's just a minor formula change.

Log output:

/Users/work/Documents/Workspace/grbl>brew install avr-gcc@9
==> Installing avr-gcc from osx-cross/avr
==> Downloading https://github.com/osx-cross/homebrew-avr/releases/download/avr-gcc-9.3.0/avr-gcc-9.3.0.catalina.bottle.3.tar.gz
Already downloaded: /Users/work/Library/Caches/Homebrew/downloads/1e1229a508df8ade502a5835329dfcf4d8b5b47c1acdae6a592e16d27256d1ba--avr-gcc-9.3.0.catalina.bottle.3.tar.gz
==> Pouring avr-gcc-9.3.0.catalina.bottle.3.tar.gz
🍺  /usr/local/Cellar/avr-gcc/9.3.0: 1,749 files, 206.9MB
/Users/work/Documents/Workspace/grbl>make all
avr-gcc -Wall -Os -DF_CPU=16000000 -mmcu=atmega328p -I. -ffunction-sections -c main.c -o main.o
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.23.dylib
  Referenced from: /usr/local/Cellar/avr-gcc/9.3.0/libexec/gcc/avr/9.3.0/cc1
  Reason: image not found
avr-gcc: internal compiler error: Abort trap: 6 signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/osx-cross/homebrew-avr/issues> for instructions.
make: *** [main.o] Error 4

should be fixed by #219 -- let me know if not.