Skip to content

Commit

Permalink
Update ARM GCC on macOS to 8.3 (qmk#7318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and HokieGeek committed Feb 21, 2020
1 parent 681f8ab commit 6e90660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/macos_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ! brew --version >/dev/null 2>&1; then
fi

brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew tap osx-cross/arm
brew update
brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
brew link --force avr-gcc@8
pip3 install -r "${util_dir}/../requirements.txt"

0 comments on commit 6e90660

Please sign in to comment.