Commit 5f38b536 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "doc: Fix GCC version to 8.3-2019.03" into integration

parents 3bdade5d b48691ed
...@@ -49,9 +49,7 @@ Install the required packages to build TF-A with the following command: ...@@ -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 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 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 (aarch64-linux-gnu) GCC 8.3-2019.03 cross compiler from `Arm Developer page`_.
features available, download GCC 8.3-2019.03 compiler from
`Arm Developer page`_.
Optionally, TF-A can be built using clang version 4.0 or newer or Arm 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. Compiler 6. See instructions below on how to switch the default compiler.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment