10000 gcc: Add GCC compiler version guidance · ARMmbed/DAPLink@e3b2432 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3b2432

Browse files
committed
gcc: Add GCC compiler version guidance
1 parent b4303e7 commit e3b2432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DEVELOPERS-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install the necessary tools listed below. Skip any step where a compatible tool
99
* Install [Python 3](https://www.python.org/downloads/) . Add to PATH.
1010
* Install [Git](https://git-scm.com/downloads) . Add to PATH.
1111
* Install a compiler:
12-
* [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads) . This compiler will be identified as `gcc_arm`.
12+
* [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads) . This compiler will be identified as `gcc_arm`. It is recommended to use version `10.3-2021.10`. Versions 11.3 and later of GCC (Arm GNU Toolchain / `arm-none-eabi-gcc`) are known to require some changes to build (see #1043).
1313
* [Arm Compiler 6](https://developer.arm.com/tools-and-software/embedded/arm-compiler) . This compiler will be identified as `armclang`. Only supported on Linux and Windows.
1414
* [Keil MDK](https://developer.arm.com/tools-and-software/embedded/keil-mdk) or [Arm Compiler 5](https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/legacy-compilers#arm-compiler-5). This compiler will be identified as `armcc`. Only supported on Linux and Windows.
1515
* Install `make` (tested with [GNU Make](https://www.gnu.org/software/make)). [CMake](https://cmake.org) can alternatively be used in conjunction with different implementations of `make` as well as [ninja](https://ninja-build.org).

0 commit comments

Comments
 (0)
0