summaryrefslogtreecommitdiff
path: root/components/toolchain/binaries/README.textile
blob: afe43f9b88242eecbfad57aa9ede79ee1e8dea21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
h1. The Linaro Binary Toolchain


The Linaro GCC 7.3-2018.05 Release is now available.

*Notice*: GCC 7.1 ABI change for arm*-*-* targets, and note for aarch64*-*-* targets

From GCC 7.1 release notes:

On ARM targets (arm*-*-*), a bug introduced in GCC 5 that affects conformance to the procedure call standard (AAPCS) has been fixed. The bug affects some C++ code where class objects are passed by value to functions and could result in incorrect or inconsistent code being generated. This is an ABI change. If the option -Wpsabi is enabled (on by default) the compiler will emit a diagnostic note for code that might be affected.

p((((. "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728":https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728

GCC 5 and GCC 6 releases will continue to be affected by the ABI bug, since changing ABI in these releases is not practical.  A warning enabled by -Wpsabi option was added to GCC 5 and GCC 6 toolchains to diagnose codebases that might be affected by the ABI bug.

Additionally, this same bug was present in AArch64 backend in development versions of GCC 7.  There was no releases of GCC with this bug present in AArch64 backend, therefore the release notes does not mention this.  However, be advised that any code bases built with development versions of GCC 7 need to be recompiled with released version of GCC 7 to conform to ABI.

For an explanation of GCC 7 series changes please see the following website:

p((((. "https://gcc.gnu.org/gcc-7/changes.html":https://gcc.gnu.org/gcc-7/changes.html

For help in porting to GCC 7 please see the following explanation:

p((((. "https://gcc.gnu.org/gcc-7/porting_to.html":https://gcc.gnu.org/gcc-7/porting_to.html


Download release packages from:

p((((. (sources) "http://releases.linaro.org/components/toolchain/gcc-linaro/7.3-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/7.3-2018.05/

p((((. (binaries) "http://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/":http://releases.linaro.org/components/toolchain/binaries/7.3-2018.05/


Previous snapshots and release-candidates are at:

p((((. "http://snapshots.linaro.org/components/toolchain/binaries/":http://snapshots.linaro.org/components/toolchain/binaries/


Previous releases are at:

p((((. "http://releases.linaro.org/components/toolchain/binaries/":http://releases.linaro.org/components/toolchain/binaries/


A description of the arm and AArch64 target triples can be found at:

p((((. "https://collaborate.linaro.org/display/TCWGPUB/ARM+and+AArch64+Target+Triples":https://collaborate.linaro.org/display/TCWGPUB/ARM+and+AArch64+Target+Triples


h2. Host Requirements


Linaro officially supports the current and previous Ubuntu LTS releases (as of the time of this release).  This does not mean that the toolchain will not work on other/older Linux distributions.  See the following for the life-time of Ubuntu LTS releases.

p((((. "https://wiki.ubuntu.com/Releases":https://wiki.ubuntu.com/Releases


The host system upon which the cross-compiler will run requires a minimum of glibc 2.14, because of API changes to glibc's memcpy API.

p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/show_bug.cgi?id=1869


h2. Package Versions

Linaro GCC 7.3-2018.05

p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/7.3-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/7.3-2018.05/


FSF glibc 2.25 (release/2.25)

p((((. "https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00002.html":https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00002.html


Newlib 2.5 (newlib-2_5_0 tag)

p((((. "https://sourceware.org/ml/newlib/2016/msg01191.html":https://sourceware.org/ml/newlib/2016/msg01191.html


GNU Binutils 2.28 (users/linaro/binutils-2_28-branch)

p((((. "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28":https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28


FSF GDB 8.1 (gdb-8.1-branch)

p((((. "https://lists.gnu.org/archive/html/info-gnu/2018-01/msg00016.html":https://lists.gnu.org/archive/html/info-gnu/2018-01/msg00016.html


Linaro toolchain package git branches are hosted at:

p((((. "http://git.linaro.org/toolchain":http://git.linaro.org/toolchain


h2. NEWS for GCC 7 (as of Linaro GCC 7.3-2018.05)


* Runtest and gdbserver are no longer installed in the toolchain bin/ directory. Binary releases no longer include runtest at all, and gdbserver is a target tool; it is now shipped in the sysroot under usr/bin/.

p(((. LDTS case #2211: gdbserver and runtest in GCC binary release are in the wrong place or have the wrong name

* Gdbserver is no longer linked statically, because this is currently unsupported.

p(((. Linaro bugzilla #3344: gdbserver broken in Linaro 2017.02

p((((. "https://bugs.linaro.org/show_bug.cgi?id=3344":https://bugs.linaro.org/show_bug.cgi?id=3344


* The Linaro GCC 7.2-2017.09 snapshot added float and integer moves improvement for AArch64 targets.


* The Linaro GCC 7.1-2017.07 snapshot added prefetching configuration improvement for AArch64 targets and laid groundwork to enabling prefetching in more cases.


* Previous MinGW hosted version of Linaro GCC C preprocessor failed to convert character set used for string, character constants, etc.  This is fixed in this release.


p(((. Linaro bugzilla #3040 : CC1 and cc1plus cannot convert UTF-8.

p(((. "https://bugs.linaro.org/show_bug.cgi?id=3040":https://bugs.linaro.org/show_bug.cgi?id=3040

* Performance related backports from the following snapshots have been included: Linaro GCC 7.1-2017.05, Linaro GCC 7.1-2017.06, Linaro GCC 7.1-2017.07, Linaro GCC 7.2-2017.08, Linaro GCC 7.2-2017.09, Linaro GCC 7.2-2017.10 and Linaro GCC 7.2-2018.04.

p(((. 
See the following Linaro GCC snapshots:

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.06/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.06/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.07/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.07/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.08/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.08/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.09/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.09/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.10/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2017.10/

p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2018.04/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.2-2018.04/



h2. Contact Linaro


File bugs at "http://bugs.linaro.org":http://bugs.linaro.org

For Linaro member support see "http://support.linaro.org":http://support.linaro.org

For Linaro community support email "linaro-toolchain@lists.linaro.org":mailto:linaro-toolchain@lists.linaro.org