source: chapter06/binutils.xml@ 3e36a78

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 3e36a78 was 3e36a78, checked in by Jim Gifford <jim@…>, 19 years ago

Changed patches to use entities

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 9.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 <!ENTITY % patches-entities SYSTEM "../patches.ent">
5 %general-entities;
6 %patches-entities;
7]>
8<sect1 id="ch-system-binutils" role="wrap">
9<title>Binutils-&binutils-version;</title>
10<?dbhtml filename="binutils.html"?>
11
12<indexterm zone="ch-system-binutils"><primary sortas="a-Binutils">Binutils</primary></indexterm>
13
14<sect2 role="package"><title/>
15<para>The Binutils package contains a linker, an assembler, and other tools for
16handling object files.</para>
17
18<segmentedlist>
19<segtitle>&buildtime;</segtitle>
20<segtitle>&diskspace;</segtitle>
21<seglistitem><seg>1.3 SBU</seg><seg>118.3 MB</seg></seglistitem>
22</segmentedlist>
23
24<segmentedlist>
25<segtitle>&dependencies;</segtitle>
26<seglistitem><seg>Bash, Coreutils, Diffutils, GCC, Gettext,
27Glibc, Grep, M4, Make, Perl, Sed, and Texinfo</seg></seglistitem>
28</segmentedlist>
29</sect2>
30
31<sect2 role="installation">
32<title>Installation of Binutils</title>
33
34<para>This package is known to have issues when its default
35optimization flags (including the <parameter>-march</parameter> and
36<parameter>-mcpu</parameter> options) are changed. If any environment
37variables that override default optimizations have been defined, such
38as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
39unset them when building Binutils.</para>
40
41<para>Verify that the PTYs are working properly inside the chroot
42environment. Check that everything is set up correctly by performing a
43simple test:</para>
44
45<screen><userinput>expect -c "spawn ls"</userinput></screen>
46
47<para>If the following message shows up, the chroot environment is not
48set up for proper PTY operation:</para>
49
50<screen><computeroutput>The system has no more ptys.
51Ask your system administrator to create more.</computeroutput></screen>
52
53<para>This issue needs to be resolved before running the test suites
54for Binutils and GCC.</para>
55
56<para>The Binutils documentation recommends building Binutils outside of the
57source directory in a dedicated build directory:</para>
58
59<screen><userinput>mkdir ../binutils-build
60cd ../binutils-build</userinput></screen>
61
62<para>Prepare Binutils for compilation:</para>
63
64<screen><userinput>../binutils-&binutils-version;/configure --prefix=/usr \
65 --enable-shared</userinput></screen>
66
67<para>Compile the package:</para>
68
69<screen><userinput>make tooldir=/usr</userinput></screen>
70
71<para>Normally, the tooldir (the directory where the executables will
72ultimately be located) is set to <filename
73class="directory">$(exec_prefix)/$(target_alias)</filename>, which
74expands into <filename class="directory">/usr/i686-pc-linux-gnu</filename>.
75Because this is a custom system, this target-specific directory in <filename
76class="directory">/usr</filename> is not required. This setup would be
77used if the system was used to cross-compile (for example, compiling a
78package on an Intel machine that generates code that can be executed
79on PowerPC machines).</para>
80
81<important><para>The test suite for Binutils in this section is
82considered critical. Do not skip it under any
83circumstances.</para></important>
84
85<para>Test the results:</para>
86
87<screen><userinput>make check</userinput></screen>
88
89<para>Install the package:</para>
90
91<screen><userinput>make tooldir=/usr install</userinput></screen>
92
93<para>Install the <filename class="headerfile">libiberty</filename> header file that is needed by
94some packages:</para>
95
96<screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen>
97
98</sect2>
99
100
101<sect2 id="contents-binutils" role="content"><title>Contents of Binutils</title>
102
103<segmentedlist>
104<segtitle>Installed programs</segtitle>
105<segtitle>Installed libraries</segtitle>
106<seglistitem><seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump,
107ranlib, readelf, size, strings, and strip</seg>
108<seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg></seglistitem>
109</segmentedlist>
110
111<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
112<?dbfo list-presentation="list"?>
113<?dbhtml list-presentation="table"?>
114
115<varlistentry id="addr2line">
116<term><command>addr2line</command></term>
117<listitem>
118<para>Translates program addresses to file names and line numbers;
119given an address and the name of an executable, it uses the debugging
120information in the executable to determine which source file and line
121number are associated with the address</para>
122<indexterm zone="ch-system-binutils addr2line"><primary sortas="b-addr2line">addr2line</primary></indexterm>
123</listitem>
124</varlistentry>
125
126<varlistentry id="ar">
127<term><command>ar</command></term>
128<listitem>
129<para>Creates, modifies, and extracts from archives</para>
130<indexterm zone="ch-system-binutils ar"><primary sortas="b-ar">ar</primary></indexterm>
131</listitem>
132</varlistentry>
133
134<varlistentry id="as">
135<term><command>as</command></term>
136<listitem>
137<para>An assembler that assembles the output of <command>gcc</command>
138into object files</para>
139<indexterm zone="ch-system-binutils as"><primary sortas="b-as">as</primary></indexterm>
140</listitem>
141</varlistentry>
142
143<varlistentry id="c-filt">
144<term><command>c++filt</command></term>
145<listitem>
146<para>Used by the linker to de-mangle C++ and Java symbols and to keep
147overloaded functions from clashing</para>
148<indexterm zone="ch-system-binutils c-filt"><primary sortas="b-c++filt">c++filt</primary></indexterm>
149</listitem>
150</varlistentry>
151
152<varlistentry id="gprof">
153<term><command>gprof</command></term>
154<listitem>
155<para>Displays call graph profile data</para>
156<indexterm zone="ch-system-binutils gprof"><primary sortas="b-gprof">gprof</primary></indexterm>
157</listitem>
158</varlistentry>
159
160<varlistentry id="ld">
161<term><command>ld</command></term>
162<listitem>
163<para>A linker that combines a number of object and archive files into a single file,
164relocating their data and tying up symbol references</para>
165<indexterm zone="ch-system-binutils ld"><primary sortas="b-ld">ld</primary></indexterm>
166</listitem>
167</varlistentry>
168
169<varlistentry id="nm">
170<term><command>nm</command></term>
171<listitem>
172<para>Lists the symbols occurring in a given object file</para>
173<indexterm zone="ch-system-binutils nm"><primary sortas="b-nm">nm</primary></indexterm>
174</listitem>
175</varlistentry>
176
177<varlistentry id="objcopy">
178<term><command>objcopy</command></term>
179<listitem>
180<para>Translates one type of object file into another</para>
181<indexterm zone="ch-system-binutils objcopy"><primary sortas="b-objcopy">objcopy</primary></indexterm>
182</listitem>
183</varlistentry>
184
185<varlistentry id="objdump">
186<term><command>objdump</command></term>
187<listitem>
188<para>Displays information about the given object file, with options
189controlling the particular information to display; the information
190shown is useful to programmers who are working on the compilation
191tools</para>
192<indexterm zone="ch-system-binutils objdump"><primary sortas="b-objdump">objdump</primary></indexterm>
193</listitem>
194</varlistentry>
195
196<varlistentry id="ranlib">
197<term><command>ranlib</command></term>
198<listitem>
199<para>Generates an index of the contents of an archive and stores it
200in the archive; the index lists all of the symbols defined by archive
201members that are relocatable object files</para>
202<indexterm zone="ch-system-binutils ranlib"><primary sortas="b-ranlib">ranlib</primary></indexterm>
203</listitem>
204</varlistentry>
205
206<varlistentry id="readelf">
207<term><command>readelf</command></term>
208<listitem>
209<para>Displays information about ELF type binaries</para>
210<indexterm zone="ch-system-binutils readelf"><primary sortas="b-readelf">readelf</primary></indexterm>
211</listitem>
212</varlistentry>
213
214<varlistentry id="size">
215<term><command>size</command></term>
216<listitem>
217<para>Lists the section sizes and the total size for the given object files</para>
218<indexterm zone="ch-system-binutils size"><primary sortas="b-size">size</primary></indexterm>
219</listitem>
220</varlistentry>
221
222<varlistentry id="strings">
223<term><command>strings</command></term>
224<listitem>
225<para>Outputs, for each given file, the sequences of printable
226characters that are of at least the specified length (defaulting to
227four); for object files, it prints, by default, only the strings from
228the initializing and loading sections while for other types of files, it
229scans the entire file</para>
230<indexterm zone="ch-system-binutils strings"><primary sortas="b-strings">strings</primary></indexterm>
231</listitem>
232</varlistentry>
233
234<varlistentry id="strip">
235<term><command>strip</command></term>
236<listitem>
237<para>Discards symbols from object files</para>
238<indexterm zone="ch-system-binutils strip"><primary sortas="b-strip">strip</primary></indexterm>
239</listitem>
240</varlistentry>
241
242<varlistentry id="libiberty">
243<term><filename class="libraryfile">libiberty</filename></term>
244<listitem>
245<para>Contains routines used by various GNU programs, including
246<command>getopt</command>, <command>obstack</command>,
247<command>strerror</command>, <command>strtol</command>, and
248<command>strtoul</command></para>
249<indexterm zone="ch-system-binutils libiberty"><primary sortas="c-libiberty">libiberty</primary></indexterm>
250</listitem>
251</varlistentry>
252
253<varlistentry id="libbfd">
254<term><filename class="libraryfile">libbfd</filename></term>
255<listitem>
256<para>The Binary File Descriptor library</para>
257<indexterm zone="ch-system-binutils libbfd"><primary sortas="c-libbfd">libbfd</primary></indexterm>
258</listitem>
259</varlistentry>
260
261<varlistentry id="libopcodes">
262<term><filename class="libraryfile">libopcodes</filename></term>
263<listitem>
264<para>A library for dealing with opcodes&mdash;the <quote>readable
265text</quote> versions of instructions for the processor;
266it is used for building utilities like
267<command>objdump</command>.</para>
268<indexterm zone="ch-system-binutils libopcodes"><primary sortas="c-libopcodes">libopcodes</primary></indexterm>
269</listitem>
270</varlistentry>
271</variablelist>
272
273</sect2>
274
275</sect1>
276
Note: See TracBrowser for help on using the repository browser.