simavr
simavr copied to clipboard
Check if AVR Toolchain exists in macOS
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
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?
If
avr-gccis in the$PATH(it can be found bywhich), shouldn'tAVRbe 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.
@buserror Should I change this PR to what @edgar-bonet proposed?
@enekochan yes please. Wonder how long that bug has been in ;-)
@buserror Done :)
@buserror Is there a problem to merge this?