summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/documentation.md2
-rw-r--r--docs/sections/building.md8
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 7d8fc4a..570541a 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -36,7 +36,7 @@ Before starting the setup process, please make sure that you have:
- At least one of the following toolchains:
- GNU Arm Embedded toolchain (version 10.2.1 or above) -
[GNU Arm Embedded toolchain downloads](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)
- - Arm Compiler (version 6.16 or above) with a valid license -
+ - Arm Compiler (version 6.19 or above) with a valid license -
[Arm Compiler download Page](https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads)
- An Arm® MPS3 FPGA prototyping board and components for FPGA evaluation or a `Fixed Virtual Platform` binary:
diff --git a/docs/sections/building.md b/docs/sections/building.md
index 84ce271..776117f 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -34,7 +34,7 @@ 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.16, or higher, is installed and available
+- 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.
> **Note**: There is a known issue with Arm GNU Embedded Toolchain version 12.2.Rel1. See
@@ -47,12 +47,10 @@ Before proceeding, it is *essential* to ensure that the following prerequisites
```
```log
- Product: ARM Compiler 6.16 Professional
- Component: ARM Compiler 6.16
+ Product: Keil MDK Community
+ Component: ARM Compiler for Embedded 6.19
```
-> **Note:** To compile for Arm® Cortex™-M85 CPU (default CPU for Arm® Corstone-310), 6.18 is the minimum version required.
-
Alternatively, use:
```commandline