summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorEvan Travers <evantravers@gmail.com>2018-07-08 02:37:37 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-08 02:37:37 +0200
commit0d5a8b048a62aebdf5a699cae367dc0dd063d4e7 (patch)
tree8011aee4ea47c50939c598a7d82fe92f45f0464b /util
parent978fa700d8dc7e857518be4af30ff06d1469ccd3 (diff)
downloadqmk_firmware-0d5a8b048a62aebdf5a699cae367dc0dd063d4e7.tar.gz
qmk_firmware-0d5a8b048a62aebdf5a699cae367dc0dd063d4e7.tar.xz
Instruct macos users to use avr-gcc@7 (#3337)
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
Diffstat (limited to 'util')
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index f53f26694..7bfb105ec 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -22,4 +22,4 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
-brew install avr-gcc gcc-arm-none-eabi dfu-programmer avrdude
+brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude