You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/05 19:29:25 UTC

[incubator-nuttx-testing] 01/03: Update xtensa-esp32-elf toolchain

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 3eff63cae48f62bf94688a181390bf968c039957
Author: Alan C. Assis <ac...@gmail.com>
AuthorDate: Mon Oct 5 14:24:46 2020 -0300

    Update xtensa-esp32-elf toolchain
---
 docker/linux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index 58797a4..8b4f607 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -102,7 +102,7 @@ RUN mkdir riscv64-unknown-elf-gcc && \
 FROM nuttx-toolchain-base AS nuttx-toolchain-esp32
 # Download the latest ESP32 GCC toolchain prebuilt by Espressif
 RUN mkdir xtensa-esp32-elf-gcc && \
-  curl -s -L "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp32-2019r1-rc2-linux-amd64.tar.xz" \
+  curl -s -L "https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_4_0-esp-2020r3-linux-amd64.tar.gz" \
   | tar -C xtensa-esp32-elf-gcc --strip-components 1 -xJ
 
 RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq --no-install-recommends \