summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2023-11-03 16:21:58 +0000
committerRichard <richard.burton@arm.com>2023-11-03 16:25:43 +0000
commitbcec675a9239ea021ad08dc937f0b7487eb62dba (patch)
tree96a0dc8cd1ec65c649c0c835c98b760c9864d0d3 /docs
parentdaba3cf2e3633cbd0e4f8aabe7578b97e88deee1 (diff)
downloadml-embedded-evaluation-kit-bcec675a9239ea021ad08dc937f0b7487eb62dba.tar.gz
MLECO-3640 MLECO-3678: Adding support for M85 in GCC
Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: I087e23f43b41fa0ef97ec7dcaeba807f6cba17e7
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/building.md5
1 files changed, 3 insertions, 2 deletions
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.