1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
6 <sect1 id="ch-system-binutils" xreflabel="Binutils">
7 <title>Binutils-&binutils-version;</title>
8 <?dbhtml filename="binutils.html"?>
10 <indexterm zone="ch-system-binutils"><primary sortas="a-Binutils">Binutils</primary></indexterm>
12 <para>The Binutils package contains a linker, an assembler, and other tools for
13 handling object files.</para>
15 <screen>&buildtime; 1.4 SBU
16 &diskspace; 167 MB</screen>
18 <para>Binutils installation depends on: Bash, Coreutils, Diffutils, GCC, Gettext,
19 Glibc, Grep, Make, Perl, Sed, Texinfo.</para>
23 <sect2><title>Installation of Binutils</title>
25 <para>Now is an appropriate time to verify that your pseudo terminals (PTYs) are
26 working properly inside the chroot environment. We will again quickly check that
27 everything is set up correctly by performing a simple test:</para>
29 <screen><userinput>expect -c "spawn ls"</userinput></screen>
31 <para>If you receive the message:</para>
33 <blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote>
35 <para>Your chroot environment is not set up for proper PTY operation. In this
36 case there is no point in running the test suites for Binutils and GCC until you
37 are able to resolve the issue. Please refer back to <xref linkend="ch-system-proc"/>
38 and the <xref linkend="ch-system-MAKEDEV"/> section and perform the recommended steps
39 to fix the problem.</para>
41 <para>This package is known to behave badly when you have changed its
42 default optimization flags (including the -march and -mcpu options).
43 Therefore, if you have defined any environment variables that override
44 default optimizations, such as CFLAGS and CXXFLAGS, we recommend un-setting
45 or modifying them when building Binutils.</para>
47 <para>The Binutils documentation recommends building Binutils outside of the
48 source directory in a dedicated build directory:</para>
50 <screen><userinput>mkdir ../binutils-build
51 cd ../binutils-build</userinput></screen>
53 <para>Now prepare Binutils for compilation:</para>
55 <screen><userinput>../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen>
57 <para>Compile the package:</para>
59 <screen><userinput>make tooldir=/usr</userinput></screen>
61 <para>Normally, the <emphasis>tooldir</emphasis> (the directory where the
62 executables end up) is set to $(exec_prefix)/$(target_alias), which expands
63 into, for example, <filename>/usr/i686-pc-linux-gnu</filename>. Since we only
64 build for our own system, we don't need this target specific directory in
65 <filename>/usr</filename>. That setup would be used if the system was used to
66 cross-compile (for example compiling a package on an Intel machine that
67 generates code that can be executed on PowerPC machines).</para>
69 <important><para>The test suite for Binutils in this section is considered
70 <emphasis>critical</emphasis>. Our advice is to not skip it under any
71 circumstances.</para></important>
73 <para>Test the results:</para>
75 <screen><userinput>make check</userinput></screen>
77 <para>The test suite notes from <xref linkend="ch-tools-binutils-pass2"/> are still
78 very much appropriate here. Be sure to refer back there should you have any
81 <para>Install the package:</para>
83 <screen><userinput>make tooldir=/usr install</userinput></screen>
85 <para>Install the <emphasis>libiberty</emphasis> header file that is needed by
88 <screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen>
93 <sect2 id="contents-binutils"><title>Contents of Binutils</title>
95 <para><emphasis>Installed programs</emphasis>: addr2line, ar, as, c++filt,
96 gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and
99 <para><emphasis>Installed libraries</emphasis>: libiberty.a, libbfd.[a,so] and
100 libopcodes.[a,so]</para>
105 <sect2><title>Short descriptions</title>
107 <indexterm zone="ch-system-binutils addr2line"><primary sortas="b-addr2line">addr2line</primary></indexterm>
108 <para id="addr2line"><command>addr2line</command> translates program addresses to file
109 names and line numbers. Given an address and the name of an executable, it
110 uses the debugging information in the executable to figure out which source
111 file and line number are associated with the address.</para>
113 <indexterm zone="ch-system-binutils ar"><primary sortas="b-ar">ar</primary></indexterm>
114 <para id="ar"><command>ar</command> creates, modifies, and extracts from archives. An archive
115 is a single file holding a collection of other files in a structure that makes
116 it possible to retrieve the original individual files (called members of
119 <indexterm zone="ch-system-binutils as"><primary sortas="b-as">as</primary></indexterm>
120 <para id="as"><command>as</command> is an assembler. It assembles the output of
121 gcc into object files.</para>
123 <indexterm zone="ch-system-binutils c-filt"><primary sortas="b-c++filt">c++filt</primary></indexterm>
124 <para id="c-filt"><command>c++filt</command> is used by the linker to de-mangle C++ and
125 Java symbols, to keep overloaded functions from clashing.</para>
127 <indexterm zone="ch-system-binutils gprof"><primary sortas="b-gprof">gprof</primary></indexterm>
128 <para id="gprof"><command>gprof</command> displays call graph profile data.</para>
130 <indexterm zone="ch-system-binutils ld"><primary sortas="b-ld">ld</primary></indexterm>
131 <para id="ld"><command>ld</command> is a linker. It combines a number of object
132 and archive files into a single file, relocating their data and tying up symbol
135 <indexterm zone="ch-system-binutils nm"><primary sortas="b-nm">nm</primary></indexterm>
136 <para id="nm"><command>nm</command> lists the symbols occurring in a given object file.</para>
138 <indexterm zone="ch-system-binutils objcopy"><primary sortas="b-objcopy">objcopy</primary></indexterm>
139 <para id="objcopy"><command>objcopy</command> is used to translate one type of object
140 file into another.</para>
142 <indexterm zone="ch-system-binutils objdump"><primary sortas="b-objdump">objdump</primary></indexterm>
143 <para id="objdump"><command>objdump</command> displays information about the given
144 object file, with options controlling what particular information to display.
145 The information shown is mostly only useful to programmers who are working on
146 the compilation tools.</para>
148 <indexterm zone="ch-system-binutils ranlib"><primary sortas="b-ranlib">ranlib</primary></indexterm>
149 <para id="ranlib"><command>ranlib</command> generates an index of the contents of an
150 archive, and stores it in the archive. The index lists all the symbols defined
151 by archive members that are relocatable object files.</para>
153 <indexterm zone="ch-system-binutils readelf"><primary sortas="b-readelf">readelf</primary></indexterm>
154 <para id="readelf"><command>readelf</command> displays information about elf type binaries.</para>
156 <indexterm zone="ch-system-binutils size"><primary sortas="b-size">size</primary></indexterm>
157 <para id="size"><command>size</command> lists the section sizes -- and the grand
158 total -- for the given object files.</para>
160 <indexterm zone="ch-system-binutils strings"><primary sortas="b-strings">strings</primary></indexterm>
161 <para id="strings"><command>strings</command> outputs, for each given file, the sequences
162 of printable characters that are of at least the specified length (defaulting to 4).
163 For object files it prints, by default, only the strings from the initializing
164 and loading sections. For other types of files it scans the whole file.</para>
166 <indexterm zone="ch-system-binutils strip"><primary sortas="b-strip">strip</primary></indexterm>
167 <para id="strip"><command>strip</command> discards symbols from object files.</para>
169 <indexterm zone="ch-system-binutils libiberty"><primary sortas="c-libiberty">libiberty</primary></indexterm>
170 <para id="libiberty"><command>libiberty</command> contains routines used by various GNU
171 programs, including getopt, obstack, strerror, strtol and strtoul.</para>
173 <indexterm zone="ch-system-binutils libbfd"><primary sortas="c-libbfd">libbfd</primary></indexterm>
174 <para id="libbfd"><command>libbfd</command> is the Binary File Descriptor library.</para>
176 <indexterm zone="ch-system-binutils libopcodes"><primary sortas="c-libopcodes">libopcodes</primary></indexterm>
177 <para id="libopcodes"><command>libopcodes</command> is a library for dealing with opcodes.
178 It is used for building utilities like objdump. Opcodes are the <quote>readable
179 text</quote> versions of instructions for the processor.</para>