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 2023/10/02 09:17:13 UTC

[nuttx] branch master updated: Documentation: update gcc download location

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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 244293ce5f Documentation: update gcc download location
244293ce5f is described below

commit 244293ce5f9161ee234aa552b43b1fbdb82d8c47
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Mon Oct 2 10:40:39 2023 +0200

    Documentation: update gcc download location
    
    Update GCC 10.3 download link to match the curent location
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 Documentation/quickstart/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/quickstart/install.rst b/Documentation/quickstart/install.rst
index 43f0a14ece..56ca5b723e 100644
--- a/Documentation/quickstart/install.rst
+++ b/Documentation/quickstart/install.rst
@@ -168,7 +168,7 @@ ARM architecture:
 
       $ HOST_PLATFORM=x86_64-linux   # use "mac" for macOS.
       $ # For Windows there is a zip instead (gcc-arm-none-eabi-10.3-2021.10-win32.zip)
-      $ curl -L -O https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-10.3-2021.10-${HOST_PLATFORM}.tar.bz2
+      $ curl -L -O https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-${HOST_PLATFORM}.tar.bz2
       $ tar xf gcc-arm-none-eabi-10.3-2021.10-${HOST_PLATFORM}.tar.bz2
 
     Add the toolchain to your `PATH`: