source: general/prog/gcc.xml@ e9b9a70

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e9b9a70 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 16.1 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
8 <!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
[df0e196]9 <!ENTITY gcc-md5sum "e9fd9b1789155ad09bcf3ae747596b50">
10 <!ENTITY gcc-size "72 MB">
11 <!ENTITY gcc-buildsize "8.3 GB (2.8 GB installed with all listed languages; add 1.1 GB for tests)">
12 <!ENTITY gcc-time "24 SBU (with parallelism=4, add 51 SBU for tests with parallelism=4)">
[52d29f7]13]>
14
[58bd309a]15<sect1 id="gcc" xreflabel="GCC-&gcc-version;">
[70e3220]16 <?dbhtml filename="gcc.html" ?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GCC-&gcc-version;</title>
23
24 <indexterm zone="gcc">
[ae0673a]25 <primary sortas="a-gcc-5-0">GCC-&gcc-version;</primary>
[70e3220]26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GCC</title>
30
[ae0673a]31 <para>
32 The <application>GCC</application> package contains the GNU Compiler
33 Collection. This page describes the installation of compilers for the
[0f1cd72e]34 following languages: C, C++, D, Fortran, Objective C, Objective C++, and Go.
[0a4d6ef0]35 <!--One additional language, Ada, is available in the collection. It has
[0f18e26]36 a binary bootstrap requirement for the first installation, so it is
[0a4d6ef0]37 described on a separate page (<xref linkend="gcc-ada"/>) but can be added
[0f18e26]38 here if you are performing a rebuild or upgrade. Since C and C++ are
39 installed in LFS, this page is either for upgrading C and C++, or for
[0a4d6ef0]40 installing additional compilers.-->
[ae0673a]41 </para>
[5512e64]42
[4a2c778d]43 &lfs101_checked;
[625d5fe5]44
[636acbb1]45 <caution>
[ae0673a]46 <para>
47 If you are upgrading <application>GCC</application> from any other
48 version prior to &gcc-version;, then you must be careful compiling 3rd
49 party kernel modules. You should ensure that the kernel and all its
50 native modules are also compiled using the same version of
51 <application>GCC</application> that you use to build the 3rd party module.
52 This issue does not affect native kernel (and kernel modules) updates,
53 as the instructions below are a complete reinstallation of
54 <application>GCC</application>. If you have existing 3rd party modules
55 installed, ensure they are recompiled using the updated version of
56 <application>GCC</application>. As always, never update the kernel
57 headers from the ones used when <application>Glibc</application> was
58 compiled during LFS.
59 </para>
60
61 <para>
[e9cab664]62 Some system headers need to be fixed to be used with GCC. This is done
63 during the installation of GCC, and the <quote>fixed</quote> headers
64 are installed in <filename class="directory">
65 /usr/lib/gcc/&lt;machine triplet&gt;/&lt;GCC version&gt;/include-fixed
66 </filename>. This is harmless if GCC is built during the LFS stage. But
67 if you reinstall GCC in BLFS, some of the BLFS packages may be
68 <quote>fixed</quote>. If one of those packages is reinstalled
69 afterwards, the <quote>fixed</quote> headers are not updated, which may
70 lead to version mismatches. In case that happens, the
71 <quote>fixed</quote> headers must be updated by running (as
72 <systemitem class="username">root</systemitem>):
73 <command>
[da8e9f9]74 /usr/libexec/gcc/x86_64-pc-linux-gnu/&gcc-version;/install-tools/mkheaders
[e9cab664]75 </command>. The machine triplet may be different on a 32bit system.
[ae0673a]76 </para>
[636acbb1]77 </caution>
78
[70e3220]79 <bridgehead renderas="sect3">Package Information</bridgehead>
80 <itemizedlist spacing="compact">
81 <listitem>
[ae0673a]82 <para>
83 Download (HTTP): <ulink url="&gcc-download-http;"/>
84 </para>
[70e3220]85 </listitem>
86 <listitem>
[ae0673a]87 <para>
88 Download (FTP): <ulink url="&gcc-download-ftp;"/>
89 </para>
[70e3220]90 </listitem>
91 <listitem>
[ae0673a]92 <para>
93 Download MD5 sum: &gcc-md5sum;
94 </para>
[70e3220]95 </listitem>
96 <listitem>
[ae0673a]97 <para>
98 Download size: &gcc-size;
99 </para>
[70e3220]100 </listitem>
101 <listitem>
[ae0673a]102 <para>
103 Estimated disk space required: &gcc-buildsize;
104 </para>
[70e3220]105 </listitem>
106 <listitem>
[ae0673a]107 <para>
108 Estimated build time: &gcc-time;
109 </para>
[70e3220]110 </listitem>
111 </itemizedlist>
[ae0673a]112
[87532434]113<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[18310d86]114 <itemizedlist spacing="compact">
115 <listitem>
116 <para>
117 Required patch:
[5fd1f25b]118 <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
[18310d86]119 </para>
120 </listitem>
121 </itemizedlist>
[87532434]122-->
[8ddc247]123
[70e3220]124 <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
[f4002c5]125<!--
[7cadfea]126 <bridgehead renderas="sect4">Recommended</bridgehead>
127 <para role="recommended">
[eb631ac]128 <xref linkend="dejagnu"/>, for tests
[7cadfea]129 </para>
[f4002c5]130-->
[a7e88c5c]131 <bridgehead renderas="sect4">Optional</bridgehead>
132 <para role="optional">
[1a8a995]133 <xref linkend="gdb"/>,
134 <xref linkend="valgrind"/> (for tests), and
135 <ulink url="https://repo.or.cz/isl.git">ISL</ulink> (to enable graphite optimization)
[a7e88c5c]136 </para>
137
[ae0673a]138 <para condition="html" role="usernotes">
139 User Notes: <ulink url="&blfs-wiki;/gcc"/>
140 </para>
[1039de3]141
[70e3220]142 </sect2>
[034eda7]143
[70e3220]144 <sect2 role="installation">
145 <title>Installation of GCC</title>
146
147 <important>
[ae0673a]148 <para>
149 Even if you specify only languages other than C and C++ to the
150 <command>./configure</command> command below, the
151 installation process will overwrite your existing
152 <application>GCC</application> C and C++ compilers and libraries.
153 Having the <application>Tcl</application>,
154 <application>Expect</application> and <application>DejaGnu</application>
155 packages installed before beginning the build is highly recommended so
156 you can run the full suite of tests.
157 </para>
158
159 <para>
160 Do not continue with the <command>make install</command> command
161 until you are confident the build was successful. You can compare your
162 test results with those found at <ulink
[579bdb04]163 url="https://gcc.gnu.org/ml/gcc-testresults/"/>. You may also want to
[ae0673a]164 refer to the information found in the <application>GCC</application>
[f0dc9578]165 section of Chapter 8 in the LFS book (<ulink
166 url="&lfs-root;/chapter08/gcc.html"/>).
[ae0673a]167 </para>
[70e3220]168 </important>
169
[ae0673a]170 <para>
171 The instructions below are intentionally performing a
172 <quote>bootstrap</quote> process. Bootstrapping is needed for robustness
173 and is highly recommended when upgrading the compilers version. To disable
174 bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the
175 <command>./configure</command> options below.
176 </para>
[c6bfee88]177
[ae0673a]178 <para>
179 Install <application>GCC</application> by running the following commands:
180 </para>
181
[92245989]182<screen><userinput>case $(uname -m) in
183 x86_64)
[df0e196]184 sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
[92245989]185 ;;
186esac
187
[adbf61f]188mkdir build &amp;&amp;
189cd build &amp;&amp;
190
191../configure \
192 --prefix=/usr \
193 --disable-multilib \
194 --with-system-zlib \
195 --enable-languages=c,c++,d,fortran,go,objc,obj-c++ &amp;&amp;
[7cadfea]196make</userinput></screen>
[5512e64]197
[ae0673a]198 <para>
199 If you have installed additional packages such as
200 <application>Valgrind</application> and <application>GDB</application>,
201 the <application>GCC</application> part of the testsuite will run more
202 tests than in LFS. Some of those will report FAIL and others XPASS
[7e7e322]203 (pass when expected to FAIL). As of gcc-10.2.0, about 90 FAIL occur
[3b187ea]204 in the <quote>guality</quote> suite, as well as miscellaneous failures
205 throughout the rest of the test suite. If all the compilers above are
[7e7e322]206 built, there will be around 120 unexpected failures out of over
[4c22625]207 468,000 tests. To run the tests, issue:
[ae0673a]208 </para>
[d3757f1c]209
[7cadfea]210<screen><userinput>ulimit -s 32768 &amp;&amp;
[b10cfc81]211make -k check</userinput></screen>
212<!-- The command above may error out, so using && may prevent the summary
213to be run. -->
214
[ae0673a]215 <para>
216 The tests are very long, and the results may be hard to find in the
217 logs, specially if you use parallel jobs with make. You can get a summary
218 of the tests with:
219 </para>
[5512e64]220
[0e64979]221<screen><userinput>../contrib/test_summary</userinput></screen>
[8c9ec303]222
[ae0673a]223 <para>
224 Now, as the <systemitem class="username">root</systemitem> user:
225 </para>
[8c9ec303]226
[70e3220]227<screen role="root"><userinput>make install &amp;&amp;
[5512e64]228
[7cadfea]229mkdir -pv /usr/share/gdb/auto-load/usr/lib &amp;&amp;
230mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib &amp;&amp;
231
[38485e5c]232chown -v -R root:root \
[09aa329]233 /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}
234
235rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
[f182eed]236
[ae0673a]237 <para>
238 Some packages expect to find the C preprocessor in
239 <filename class="directory">/lib</filename> or may refer to the C compiler
240 under the name <command>cc</command>. The following symbolic links are not
241 needed if you have followed the LFS instructions, since they
242 have been already created. If you do not have them on your system, issue
243 as the <systemitem class="username">root</systemitem> user:
244 </para>
[70e3220]245
[ae0673a]246<screen role="root"><userinput>ln -v -sf ../usr/bin/cpp /lib &amp;&amp;
247ln -v -sf gcc /usr/bin/cc &amp;&amp;
248install -v -dm755 /usr/lib/bfd-plugins &amp;&amp;
249ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so /usr/lib/bfd-plugins/</userinput></screen>
[034eda7]250
[70e3220]251 </sect2>
252
253 <sect2 role="commands">
254 <title>Command Explanations</title>
[8ddc247]255
[2d488eb]256 <para>
[0e64979]257 <command>mkdir build; cd build</command>: The
[2d488eb]258 <application>GCC</application> documentation recommends
259 building the package in a dedicated build directory.
260 </para>
[70e3220]261
[2d488eb]262 <para>
263 <parameter>--disable-multilib</parameter>: This parameter ensures
264 that files are created for the specific architecture of your computer.
265 </para>
[7cadfea]266
[2d488eb]267 <para>
[fa200b8]268 <parameter>--with-system-zlib</parameter>: Uses the system
[2d488eb]269 <application>zlib</application> instead of the bundled one.
270 <application>zlib</application> is used for compressing
271 and uncompressing <application>GCC</application>'s intermediate
272 language in LTO (Link Time Optimization) object files.
273 </para>
[034eda7]274
[800c9c3]275 <para>
[adbf61f]276 <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>:
[2d488eb]277 This command identifies which languages to build. You may modify
[9562b375]278 this command to remove undesired languages. Two other languages can be
[0f18e26]279 added, besides ADA (see introduction above): BRIG (add
[3d9141c]280 <parameter>brig</parameter> to the list of enabled languages), a binary
[9562b375]281 format for HSAIL (Heterogeneous System Architecture Intermediate
[3d9141c]282 Language), and JIT (add <parameter>jit</parameter> to the list of enabled
[0f18e26]283 languages), a library which can be linked into interpreters that want to
284 generate machine code <quote>on the fly</quote> at run-time. They have not
285 been tested by the BLFS developers.
[2d488eb]286 </para>
[a7e88c5c]287 <!-- It's been three major versions now, and many years.
288 Commenting out unless needed somewhere. -renodr
[ae0673a]289 <para>
[a7e88c5c]290 <option>- -with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
[0e64979]291 switch if you are upgrading from a <application>GCC</application>
292 version prior to 5.1.0, and you do not want to recompile all the
293 libraries written in C++.
[ae0673a]294 </para>
[a7e88c5c]295 -->
[ae0673a]296
[2d488eb]297 <para>
298 <command>ulimit -s 32768</command>: This command prevents several
299 tests from running out of stack space.
300 </para>
301
302 <para>
303 <command>make -k check</command>: This command runs the test suite
304 without stopping if any errors are encountered.
305 </para>
306
307 <para>
[9562b375]308 <command>../contrib/test_summary</command>: This command will produce
309 a summary of the test suite results. You can append <command>| grep
310 -A7 Summ</command> to the command to produce an even more condensed
311 version of the summary. You may also wish to redirect the output
[2d488eb]312 to a file for review and comparison later on.
313 </para>
314
315 <para>
316 <command>mv -v /usr/lib/*gdb.py ...</command>: The installation
317 stage puts some files used by <application>gdb</application> under the
318 <filename class="directory">/usr/lib</filename> directory. This generates
319 spurious error messages when performing <command>ldconfig</command>. This
320 command moves the files to another location.
321 </para>
322
323 <para>
324 <command>chown -v -R root:root /usr/lib/gcc/*linux-gnu/...</command>:
325 If the package is built by a user other than root, the ownership of the
326 installed <filename class="directory">include</filename> directory (and
327 its content) will be incorrect. This command changes the ownership to the
328 <systemitem class="username">root</systemitem> user and group.
329 </para>
[034eda7]330
[09aa329]331 <para>
332 <command>rm -rf .../include-fixed/bits/</command>: Remove an erroneous
333 file in gcc added by the fixincludes process.
334 </para>
335
[70e3220]336 </sect2>
337
338 <sect2 role="content">
339 <title>Contents</title>
340
[ae0673a]341 <para>
342 Some program and library names and descriptions are not listed here,
343 but can be found at
[f0dc9578]344 <ulink url="&lfs-root;/chapter08/gcc.html#contents-gcc"/> as they were
[ae0673a]345 initially installed during the building of LFS.
346 </para>
[2d488eb]347
[70e3220]348 <segmentedlist>
349 <segtitle>Installed Programs</segtitle>
350 <segtitle>Installed Libraries</segtitle>
351 <segtitle>Installed Directories</segtitle>
352
353 <seglistitem>
[7cadfea]354 <seg>
[4c22625]355 gccgo, gdc, gfortran, go, and gofmt, hard-linked to architecture
[adbf61f]356 specific names
[7cadfea]357 </seg>
358 <seg>
[d7d743f0]359 libgfortran.{so,a},
[adbf61f]360 libgdruntime.{so,a}, libgphobos.{so,a}
[9562b375]361 libgo.{so,a}, libgobegin.a, libgolibbegin.a,
[d7d743f0]362 libobjc.{so,a}, and numerous other run-time libraries and executables
[7cadfea]363 </seg>
364 <seg>
[d5e9aa8]365 /usr/lib/go
[7cadfea]366 </seg>
[70e3220]367 </seglistitem>
368 </segmentedlist>
369
370 <variablelist>
371 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
372 <?dbfo list-presentation="list"?>
373 <?dbhtml list-presentation="table"?>
374
[034eda7]375 <varlistentry id="gccgo">
376 <term><command>gccgo</command></term>
377 <listitem>
[ae0673a]378 <para>
[5b55f9b3]379 is a GCC-based compiler for the <application>Go</application>
[4c24eb0a]380 language
[ae0673a]381 </para>
[034eda7]382 <indexterm zone="gcc gccgo">
383 <primary sortas="b-gccgo">gccgo</primary>
[70e3220]384 </indexterm>
385 </listitem>
386 </varlistentry>
387
[87532434]388 <varlistentry id="go">
389 <term><command>go</command></term>
390 <listitem>
391 <para>
[4c24eb0a]392 is a tool for managing <application>Go</application> source code
[87532434]393 </para>
394 <indexterm zone="gcc go">
395 <primary sortas="b-go">go</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="gofmt">
401 <term><command>gofmt</command></term>
402 <listitem>
403 <para>
[4c24eb0a]404 is a tool for formatting <application>Go</application> source code
[87532434]405 </para>
406 <indexterm zone="gcc gofmt">
407 <primary sortas="b-gofmt">gofmt</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
[adbf61f]412 <varlistentry id="gdc">
413 <term><command>gdc</command></term>
414 <listitem>
415 <para>
416 is a GCC-based compiler for the <application>D</application>
[4c24eb0a]417 language
[adbf61f]418 </para>
419 <indexterm zone="gcc gdc">
420 <primary sortas="b-gdc">gdc</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
[800c9c3]425 <varlistentry id="gfortran">
426 <term><command>gfortran</command></term>
427 <listitem>
[ae0673a]428 <para>
429 is a GCC-based compiler for the <application>Fortran</application>
[4c24eb0a]430 language
[ae0673a]431 </para>
[800c9c3]432 <indexterm zone="gcc gfortran">
433 <primary sortas="b-gfortran">gfortran</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
[70e3220]438 </variablelist>
439
440 </sect2>
[1a686a1]441
442</sect1>
Note: See TracBrowser for help on using the repository browser.