Browse Source

Specify Arm GCC 8 in macOS install script (#7509)

pull/7514/head 0.7.95
fauxpark 4 years ago
committed by Drashna Jaelre
parent
commit
77c04d148e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      util/macos_install.sh

+ 2
- 1
util/macos_install.sh View File

@ -24,8 +24,9 @@ fi
brew tap osx-cross/avr
brew tap osx-cross/arm
brew update
brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
brew install avr-gcc@8 arm-gcc-bin@8 dfu-programmer avrdude clang-format dfu-util python3
brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
brew link --force avr-gcc@8
brew link --force arm-gcc-bin@8
pip3 install -r "${util_dir}/../requirements.txt"

Loading…
Cancel
Save