Skip to content

Commit 888e831

Browse files
dlechdpgeorge
authored andcommitted
docs: Update links for Arm GCC toolchain.
The separate A and RM toolchains have been discontinued and replaced by a single toolchain. This updates the links to the RM toolchain to the new toolchain. Signed-off-by: David Lechner <david@pybricks.com>
1 parent 0546a12 commit 888e831

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The STM32 version
156156
The "stm32" port requires an ARM compiler, arm-none-eabi-gcc, and associated
157157
bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils,
158158
arm-none-eabi-gcc and arm-none-eabi-newlib packages. Otherwise, try here:
159-
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm
159+
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
160160

161161
To build:
162162

docs/develop/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For the stm32 port, the ARM cross-compiler is required:
103103
$ sudo apt-get install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib
104104
105105
See the `ARM GCC
106-
toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm>`_
106+
toolchain <https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads>`_
107107
for the latest details.
108108

109109
Python is also required. Python 2 is supported for now, but we recommend using Python 3.

ports/qemu-arm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The purposes of this port are to enable:
1616
process in terms of plugging things together, pressing buttons, etc.
1717

1818
This port will only work with the [GNU ARM Embedded Toolchain](
19-
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm)
19+
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
2020
and not with CodeSourcery toolchain. You will need to modify
2121
`LDFLAGS` if you want to use CodeSourcery's version of `arm-none-eabi`.
2222
The difference is that CodeSourcery needs `-T generic-m-hosted.ld` while

ports/renesas-ra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All other commands below should be executed from the ports/renesas-ra/ directory
3636
* Arm compiler
3737
An `Arm compiler` is required for the build, along with the associated binary
3838
utilities. The default compiler is `arm-none-eabi-gcc`, which is available for
39-
Arch Linux and Windows hosts via https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads.
39+
Linux, Mac and Windows hosts via https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads.
4040
The compiler can be changed using the `CROSS_COMPILE` variable
4141
when invoking `make`.
4242

0 commit comments

Comments
 (0)