From 764c66bbfbde2f7d247d08e271ef252082da8641 Mon Sep 17 00:00:00 2001 From: Jayanth Dodderi Chidanand Date: Mon, 30 Sep 2024 18:18:25 +0100 Subject: [PATCH] docs(build): update GCC to 13.3.Rel1 version Updating toolchain to the latest production release version 13.3.Rel1 publicly available on: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads We build TF-A in CI using x86_64 Linux hosted cross toolchains: --------------------------------------------------------------- * AArch32 bare-metal target (arm-none-eabi) * AArch64 bare-metal target (aarch64-none-elf) Signed-off-by: Jayanth Dodderi Chidanand Change-Id: If5915fdc14a6c65ce58ac7fccfddd6fe85c0d7c9 --- docs/getting_started/prerequisites.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/prerequisites.rst b/docs/getting_started/prerequisites.rst index 42b1ec43b..de2da2f44 100644 --- a/docs/getting_started/prerequisites.rst +++ b/docs/getting_started/prerequisites.rst @@ -27,7 +27,7 @@ Requirements Program Min supported version ======================== ===================== Arm Compiler 6.18 -Arm GNU Compiler 13.2 +Arm GNU Compiler 13.3 Clang/LLVM 11.0.0 Device Tree Compiler 1.4.7 GNU make 3.81 @@ -51,7 +51,7 @@ preceding table that target Armv7-A or Armv8-A. For AArch32 and AArch64 builds, the respective targets required are ``arm-none-eabi`` and ``aarch64-none-elf``. -Testing has been performed with version 13.2.Rel1 (gcc 13.2) of the Arm +Testing has been performed with version 13.3.Rel1 (gcc 13.3) of the Arm GNU compiler, which can be installed from the `Arm Developer website`_. In addition, a native compiler is required to build supporting tools.