simavr icon indicating copy to clipboard operation
simavr copied to clipboard

Check if AVR Toolchain exists in macOS

Open enekochan opened this issue 3 years ago • 6 comments

AVR Toolchain for macOS can also be installed from Microchip binaries in https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers

enekochan avatar Aug 13 '20 20:08 enekochan

If avr-gcc is in the $PATH (it can be found by which), shouldn't AVR be just “avr-”, like in the non-MacOS case?

edgar-bonet avatar Aug 13 '20 21:08 edgar-bonet

If avr-gcc is in the $PATH (it can be found by which), shouldn't AVR be just “avr-”, like in the non-MacOS case?

Yes, that works too and is even simpler :) Just followed the same way as done for Macports and Homebrew.

enekochan avatar Aug 13 '20 21:08 enekochan

@buserror Should I change this PR to what @edgar-bonet proposed?

enekochan avatar Aug 22 '20 19:08 enekochan

@enekochan yes please. Wonder how long that bug has been in ;-)

buserror avatar Aug 31 '20 08:08 buserror

@buserror Done :)

enekochan avatar Aug 31 '20 21:08 enekochan

@buserror Is there a problem to merge this?

enekochan avatar Oct 26 '20 14:10 enekochan