From f9c19eaa9ab11e4409679fc6d2862c89410493a7 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 7 May 2021 16:08:14 +0100 Subject: MLECO-1860: Support for Arm GNU Embedded Toolchain This patch enables compilation of ML use cases bare-metal applications using Arm GNU Embedded Toolchain. The GNU toolchain can be used instead of the Arm Compiler that was already supported. The GNU toolchain is also set as the default toolchain when building applications for the MPS3 target. Note: The version of GNU toolchain must be 10.2.1 or higher. Change-Id: I5fff242f0f52d2db6c75d292f9fa990df1aec978 Signed-off-by: Kshitij Sisodia --- docs/documentation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/documentation.md') diff --git a/docs/documentation.md b/docs/documentation.md index ece2f56..050ca60 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -38,10 +38,9 @@ Before starting the setup process, please make sure that you have: - Linux x86_64 based machine or Windows Subsystem for Linux is preferable. Unfortunately, Windows is not supported as a build environment yet. -- Arm Compiler license (version 6.14 or above). - - - [Arm Compiler Download - Page](https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/) +- 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.14 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: - An MPS3 board loaded with Arm® Corstone™-300 reference package (`AN547`) from: -- cgit v1.2.1