diff options
author | David Spickett <david.spickett@linaro.org> | 2020-05-29 13:42:08 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-06-02 14:09:56 +1000 |
commit | a4086a2f13732c88f81f535982288e6729a9f7db (patch) | |
tree | e1c08642b6c46218c264b13ae5d19cedd07f642b | |
parent | 246f3f640dd635f67269bfdbebe23408f77cd2b0 (diff) |
qemu-arm/README: Update link to toolchain.
New releases have moved from launchpad to developer.arm.com.
-rw-r--r-- | ports/qemu-arm/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/qemu-arm/README.md b/ports/qemu-arm/README.md index 4f1e79b10..2c815c54b 100644 --- a/ports/qemu-arm/README.md +++ b/ports/qemu-arm/README.md @@ -15,8 +15,9 @@ The purposes of this port are to enable: - no need to use OpenOCD or anything else that might slow down the process in terms of plugging things together, pressing buttons, etc. -This port will only work with with [GCC ARM Embedded](launchpad.net/gcc-arm-embedded) -toolchain and not with CodeSourcery toolchain. You will need to modify +This port will only work with the [GNU ARM Embedded Toolchain]( +https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm) + and not with CodeSourcery toolchain. You will need to modify `LDFLAGS` if you want to use CodeSourcery's version of `arm-none-eabi`. The difference is that CodeSourcery needs `-T generic-m-hosted.ld` while ARM's version requires `--specs=nano.specs --specs=rdimon.specs` to be |