Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update MSYS to use the 5.4.0 toolchain (#4106)
- Loading branch information
Showing
with
5 additions
and
3 deletions.
-
+5
−3
util/msys2_install.sh
|
@@ -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 |
|
|
} |
|
|
|
|
|