]> granicus.if.org Git - esp-idf/commitdiff
tools/windows: update toolchain URL in MSYS build script
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Jun 2019 13:58:03 +0000 (21:58 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Jun 2019 14:21:44 +0000 (22:21 +0800)
tools/windows/windows_install_prerequisites.sh

index f75f54eecb93ce02ba7d5931a26ddd9589d40495..993931081ac30d66e35347ae7d45f78f4979b29e 100644 (file)
@@ -42,10 +42,11 @@ if [ -n "$IDF_PATH" ]; then
 fi
 
 # Automatically download precompiled toolchain, unpack at /opt/xtensa-esp32-elf/
-TOOLCHAIN_ZIP=xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-5.2.0.zip
+TOOLCHAIN_ZIP=xtensa-esp32-elf-gcc8_2_0-esp32-2019r1-win32.zip
 echo "Downloading precompiled toolchain ${TOOLCHAIN_ZIP}..."
 cd ~
 curl -LO --retry 10 http://dl.espressif.com/dl/${TOOLCHAIN_ZIP}
+mkdir -p /opt
 cd /opt
 rm -rf /opt/xtensa-esp32-elf  # for upgrades
 unzip ~/${TOOLCHAIN_ZIP}