From: Louis Mayencourt Date: Thu, 26 Sep 2019 10:29:21 +0000 (+0100) Subject: doc: Fix GCC version to 8.3-2019.03 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b48691eda0f414654f94d871febd1035add1d22f;p=project%2Fbcm63xx%2Fatf.git doc: Fix GCC version to 8.3-2019.03 Change-Id: I3b866e927d93f4b690aa4891940fc8afabf4146e Signed-off-by: Louis Mayencourt --- diff --git a/docs/getting_started/user-guide.rst b/docs/getting_started/user-guide.rst index 9c1c3a2e..6dad3105 100644 --- a/docs/getting_started/user-guide.rst +++ b/docs/getting_started/user-guide.rst @@ -49,9 +49,7 @@ Install the required packages to build TF-A with the following command: sudo apt-get install device-tree-compiler build-essential gcc make git libssl-dev Download and install the AArch32 (arm-eabi) or AArch64 little-endian -(aarch64-linux-gnu) GCC cross compiler. If you would like to use the latest -features available, download GCC 8.3-2019.03 compiler from -`Arm Developer page`_. +(aarch64-linux-gnu) GCC 8.3-2019.03 cross compiler from `Arm Developer page`_. Optionally, TF-A can be built using clang version 4.0 or newer or Arm Compiler 6. See instructions below on how to switch the default compiler.