qemu-arm/README: Update link to toolchain.

New releases have moved from launchpad to developer.arm.com.
This commit is contained in:
David Spickett 2020-05-29 13:42:08 +01:00 committed by Damien George
parent 246f3f640d
commit a4086a2f13

View File

@ -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 - no need to use OpenOCD or anything else that might slow down the
process in terms of plugging things together, pressing buttons, etc. 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) This port will only work with the [GNU ARM Embedded Toolchain](
toolchain and not with CodeSourcery toolchain. You will need to modify 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`. `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 The difference is that CodeSourcery needs `-T generic-m-hosted.ld` while
ARM's version requires `--specs=nano.specs --specs=rdimon.specs` to be ARM's version requires `--specs=nano.specs --specs=rdimon.specs` to be