We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12be4e commit 1790b20Copy full SHA for 1790b20
docs/src/guide/installation.md
@@ -85,13 +85,13 @@ export PATH="/opt/doxypress:$PATH"
85
Install the [pre-built ARM toolchain][gcc-arm-toolchain]:
86
87
```sh
88
-wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 | sudo tar xj -C /opt/
+wget -O- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 | sudo tar xj -C /opt/
89
```
90
91
Add it to your `PATH` variable in `~/.bashrc`:
92
93
94
-export PATH="/opt/gcc-arm-none-eabi-10-2020-q4-major/bin:$PATH"
+export PATH="/opt/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH"
95
96
97
!!! warning "Ubuntus 'gcc-arm-none-eabi' package"
0 commit comments