diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2022-05-20 13:01:17 +0200 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2022-05-20 13:01:17 +0200 |
commit | 207353c0107bf9cad58ab50b7b1d52fee3b5494f (patch) | |
tree | c9b24f4a5597b762aeb1d15d6a53a22f926754fb | |
parent | 5fcbec529f934c69f4ff7f12b24bba7702211faf (diff) | |
parent | cc8740b4040ce39a13bc8ab2b5f52d8ad0274726 (diff) | |
download | tf-a-tests-master.tar.gz |
-rw-r--r-- | docs/getting_started/requirements.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting_started/requirements.rst b/docs/getting_started/requirements.rst index f9417c75..ca6c2bf3 100644 --- a/docs/getting_started/requirements.rst +++ b/docs/getting_started/requirements.rst @@ -12,7 +12,7 @@ Build Host ---------- TF-A Tests may be built using a Linux build host machine with a recent Linux -distribution. We have performed tests using Ubuntu 16.04 LTS (64-bit), but other +distribution. We have performed tests using Ubuntu 20.04 LTS (64-bit), but other distributions should also work fine, provided that the tools and libraries can be installed. @@ -26,17 +26,17 @@ Install the required packages to build TF-A Tests with the following command: sudo apt-get install device-tree-compiler build-essential git perl libxml-libxml-perl Download and install the GNU cross-toolchain from Linaro. The TF-A Tests have -been tested with version 9.2-2019.12 (gcc 9.2): +been tested with version 11.2-2022.02 (gcc 11.2): - `GCC cross-toolchain`_ In addition, the following optional packages and tools may be needed: -- For debugging, Arm `Development Studio 5 (DS-5)`_. +- For debugging, Arm `Development Studio (Arm-DS)`_. -.. _GCC cross-toolchain: https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads -.. _Development Studio 5 (DS-5): https://developer.arm.com/products/software-development-tools/ds-5-development-studio +.. _GCC cross-toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads +.. _Development Studio (Arm-DS): https://developer.arm.com/Tools%20and%20Software/Arm%20Development%20Studio -------------- -*Copyright (c) 2019, Arm Limited. All rights reserved.* +*Copyright (c) 2019-2022, Arm Limited. All rights reserved.* |