Skip to content

Commit 84eece6

Browse files
authored
Update README.md
1 parent cfe05d4 commit 84eece6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# gcc-arm-none-eabi-archive
22

3+
TL;DR: Files are in [Releases](https://github.com/synthetos/gcc-arm-none-eabi-archive/releases)
4+
35
This serves to archive the ARM GCC for bare-metal Cortex-M and Cortext-R, or as ARM calls it the [GNU Arm Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm), built by them (when available) or us.
46

57
When we build it we use their source package and build instructions, changing as little as possible, to get the binaries for the build target only (IOW, we don't cross-compile for Windows from Raspberry Pi for the `armv7l` target).
68

9+
# Download the files
10+
11+
The files are in the [Releases](https://github.com/synthetos/gcc-arm-none-eabi-archive/releases) area of this repo [GitHub -> synthetos/gcc-arm-none-eabi-archive](https://github.com/synthetos/gcc-arm-none-eabi-archive).
12+
13+
The original files can be found [here](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads) on ARM's web site. Note that in a few cases (currently `armv7l` target only) they don't provide pre-built binaries, and we've built them from the src download provided by ARM.
14+
15+
# Support, etc.
16+
17+
These files are provided AS-IS, and are simply copies of what are provided by ARM. This, in order to report a problem with the software, please report bugs though [their system](https://bugs.launchpad.net/gcc-arm-embedded/).
18+
19+
If you find a file missing, misnamed, or inaccurately described, then please [open an issue on this repo](https://github.com/synthetos/gcc-arm-none-eabi-archive/issues).
20+
21+
722

0 commit comments

Comments
 (0)