Skip to content

Commit

Permalink
Update MSYS to use the 5.4.0 toolchain (qmk#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and zer09 committed Dec 1, 2018
1 parent 1977e86 commit 1c10e18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions util/msys2_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ source "$dir/win_shared_install.sh"

function install_avr {
rm -f -r "$avrtools"
wget "http://ww1.microchip.com/downloads/en/DeviceDoc/avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe"
7z x avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe
rm avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe
wget "http://ww1.microchip.com/downloads/en/DeviceDoc/avr8-gnu-toolchain-3.6.1.1752-win32.any.x86.zip"
7z x avr8-gnu-toolchain-3.6.1.1752-win32.any.x86.zip
mv avr8-gnu-toolchain-win32_x86/ avr8-gnu-toolchain
rm __MACOSX -R
rm avr8-gnu-toolchain-3.6.1.1752-win32.any.x86.zip
pacman --needed -S mingw-w64-x86_64-avrdude
}

Expand Down

0 comments on commit 1c10e18

Please sign in to comment.