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
f61469e5
Commit
f61469e5
authored
5 years ago
by
Alexei Fedorov
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "doc: Suggest to use the latest version 8.3 of GCC" into integration
parents
bd6ef775
57b37e37
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
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting_started/user-guide.rst
+8
-7
docs/getting_started/user-guide.rst
with
8 additions
and
7 deletions
+8
-7
docs/getting_started/user-guide.rst
View file @
f61469e5
...
...
@@ -50,12 +50,13 @@ Install the required packages to build TF-A with the following command:
TF
-
A
has
been
tested
with
Linaro
Release
18.04
.
Download
and
install
the
AArch32
or
AArch64
little
-
endian
GCC
cross
compiler
.
If
you
would
like
to
use
the
latest
features
available
,
download
GCC
8.2
-
2019.01
compiler
from
`
arm
Developer
page
`
_
.
Otherwise
,
the
`
Linaro
Release
Notes
`
_
documents
which
version
of
the
compiler
to
use
for
a
given
Linaro
Release
.
Also
,
these
`
Linaro
instructions
`
_
provide
further
guidance
and
a
script
,
which
can
be
used
to
download
Linaro
deliverables
automatically
.
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
`
_
.
Otherwise
,
the
`
Linaro
Release
Notes
`
_
documents
which
version
of
the
compiler
to
use
for
a
given
Linaro
Release
.
Also
,
these
`
Linaro
instructions
`
_
provide
further
guidance
and
a
script
,
which
can
be
used
to
download
Linaro
deliverables
automatically
.
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
.
...
...
@@ -138,7 +139,7 @@ Building TF-A
..
code
::
shell
export
CROSS_COMPILE
=<
path
-
to
-
aarch32
-
gcc
>/
bin
/
arm
-
linux
-
gnu
eabi
hf
-
export
CROSS_COMPILE
=<
path
-
to
-
aarch32
-
gcc
>/
bin
/
arm
-
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
...
...
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