Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
dadd8060
Commit
dadd8060
authored
5 years ago
by
Alexei Fedorov
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "docs: GCC toolchain upgrade to version 9.2-2019.12" into integration
parents
43636796
f35e5ab3
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/getting_started/initial-build.rst
+4
-4
docs/getting_started/initial-build.rst
docs/getting_started/prerequisites.rst
+1
-1
docs/getting_started/prerequisites.rst
docs/plat/arm/fvp/index.rst
+1
-1
docs/plat/arm/fvp/index.rst
docs/plat/arm/juno/index.rst
+1
-1
docs/plat/arm/juno/index.rst
with
7 additions
and
7 deletions
+7
-7
docs/getting_started/initial-build.rst
View file @
dadd8060
...
...
@@ -8,13 +8,13 @@ Performing an Initial Build
.. code:: shell
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
linux-gnu
-
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
none-elf
-
For AArch32:
.. code:: shell
export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-eabi-
export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-
none-
eabi-
It is possible to build TF-A using Clang or Arm Compiler 6. To do so
``CC`` needs to point to the clang or armclang binary, which will
...
...
@@ -32,7 +32,7 @@ Performing an Initial Build
.. code:: shell
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
linux-gnu
-
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
none-elf
-
make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all
Clang will be selected when the base name of the path assigned to ``CC``
...
...
@@ -43,7 +43,7 @@ Performing an Initial Build
.. code:: shell
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
linux-gnu
-
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
none-elf
-
make CC=<path-to-clang>/bin/clang PLAT=<platform> all
- Change to the root directory of the TF-A source tree and build.
...
...
This diff is collapsed.
Click to expand it.
docs/getting_started/prerequisites.rst
View file @
dadd8060
...
...
@@ -26,7 +26,7 @@ Toolchain
|TF-A| can be built with any of the following *cross-compiler* toolchains that
target the Armv7-A or Armv8-A architectures:
- GCC >=
8.3
-2019.
03
(from the `Arm Developer website`_)
- GCC >=
9.2
-2019.
12
(from the `Arm Developer website`_)
- Clang >= 4.0
- Arm Compiler >= 6.0
...
...
This diff is collapsed.
Click to expand it.
docs/plat/arm/fvp/index.rst
View file @
dadd8060
...
...
@@ -223,7 +223,7 @@ address ``0x82000000``, the firmware can be built like this:
..
code
::
shell
CROSS_COMPILE
=
aarch64
-
linux
-
gnu
-
\
CROSS_COMPILE
=
aarch64
-
none
-
elf
-
\
make
PLAT
=
fvp
DEBUG
=
1
\
RESET_TO_BL31
=
1
\
ARM_LINUX_KERNEL_AS_BL33
=
1
\
...
...
This diff is collapsed.
Click to expand it.
docs/plat/arm/juno/index.rst
View file @
dadd8060
...
...
@@ -136,7 +136,7 @@ a single FIP binary. It assumes that a Linaro release has been installed.
.. code:: shell
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
linux-gnu
-
export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-
none-elf
-
- The following parameters should be used to build BL1 and BL2 in AArch64
and point to the BL32 file.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help