Closed porglezomp closed 7 years ago
I just created a PR with the fix - https://github.com/osx-cross/homebrew-avr/pull/59
Can you try it?
how to here: https://help.github.com/articles/checking-out-pull-requests-locally/
well... doesn't seem to work...
@obra @jacquesg - any ideas guys on what we should do?
Hm, I was messing around working with it locally, and accidentally got it to run fine with the same package after I installed avr-gcc
first. I had a few broken steps in between, so I'm not sure if that's all that's changed. Does setting simavr
to depend on avr-gcc
work?
yep that might be it!
I'll edit the PR
Just merged the changes. it's working now and pulling avr-gcc as a resource which contains avr-libc and avr-binutils.
thanks for your investigation @porglezomp 👍
I suspect this was caused by #54 removing the
avr-libc
formula, and not changingsimavr
to use the resource, but I don't know how to test with a local formula to confirm this.