File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/baremetal-sdk/espressif/esp-idf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ install-apt-get-deps:
2727
2828# Fetch and extract Xtensa toolchain.
2929install-xtensa-esp32-gcc:
30- wget https://dl.espressif. com/dl/ xtensa-esp32-elf-gcc8_4_0-esp-2021r2-linux-amd64.tar.gz --no-check-certificate --directory-prefix /tmp
31- tar xvfz /tmp/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-linux-amd64.tar.gz --directory /tmp
30+ wget https://github. com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/ xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3 -linux-amd64.tar.gz --no-check-certificate --directory-prefix /tmp
31+ tar xvfz /tmp/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3- linux-amd64.tar.gz --directory /tmp
3232
3333# Fetch Espressif IoT Development Framework and install its dependencies.
3434install-esp-idf:
You can’t perform that action at this time.
0 commit comments