From bcec675a9239ea021ad08dc937f0b7487eb62dba Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Fri, 3 Nov 2023 16:21:58 +0000 Subject: MLECO-3640 MLECO-3678: Adding support for M85 in GCC Signed-off-by: Richard Burton Change-Id: I087e23f43b41fa0ef97ec7dcaeba807f6cba17e7 --- docs/sections/building.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/sections/building.md b/docs/sections/building.md index 776117f..e84acf9 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -34,8 +34,9 @@ This section assumes that you are using an **x86_64 Linux** build machine. Before proceeding, it is *essential* to ensure that the following prerequisites have been fulfilled: -- GNU Arm embedded toolchain 10.2.1 (or higher) or the Arm Compiler version 6.19, or higher, is installed and available - on the path. +- At least GNU Arm embedded toolchain 10.2.1, if building for SSE-300, is installed and available on the path +- At least GNU Arm embedded toolchain 13.2.1, if building for SSE-310, is installed and available on the path +- Alternatively, Arm Compiler version 6.19 or higher is installed and available on the path. > **Note**: There is a known issue with Arm GNU Embedded Toolchain version 12.2.Rel1. See > [Internal Compiler Error](./troubleshooting.md#internal-compiler-error) for details. -- cgit v1.2.1