- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/binutils.xml
re1bee3d4 r686839b 62 62 <para os="j">Compile the package:</para> 63 63 64 <screen os="k"><userinput>make tooldir=/usr</userinput></screen>64 <screen os="k"><userinput>make configure-host</userinput></screen> 65 65 66 66 <important os="l"> 67 <para>During <command>make tooldir=/usr</command> you may receive the67 <para>During <command>make configure-host</command> you may receive the 68 68 following error message. It is safe to ignore.</para> 69 69 … … 74 74 </important> 75 75 76 <screen os="m"><userinput>make tooldir=/usr</userinput></screen> 77 76 78 <variablelist os="n"> 77 79 <title>The meaning of the make parameter:</title> … … 102 104 <screen os="s"><userinput>make tooldir=/usr install</userinput></screen> 103 105 106 <para os="t">Install the <filename class="headerfile">libiberty</filename> header 107 file that is needed by some packages:</para> 108 109 <screen os="u"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /usr/include</userinput></screen> 110 104 111 </sect2> 105 112 … … 116 123 objdump, 117 124 ranlib, readelf, size, strings, and strip</seg> 118 <seg>lib bfd.[a,so], and libopcodes.[a,so]</seg>125 <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg> 119 126 <seg>/usr/lib/ldscripts</seg> 120 127 </seglistitem> … … 303 310 </varlistentry> 304 311 312 <varlistentry id="libiberty"> 313 <term><filename class="libraryfile">libiberty</filename></term> 314 <listitem> 315 <para>Contains routines used by various GNU programs, including 316 <command>getopt</command>, <command>obstack</command>, 317 <command>strerror</command>, <command>strtol</command>, and 318 <command>strtoul</command></para> 319 <indexterm zone="ch-system-binutils libiberty"> 320 <primary sortas="c-libiberty">libiberty</primary> 321 </indexterm> 322 </listitem> 323 </varlistentry> 324 305 325 <varlistentry id="libbfd"> 306 326 <term><filename class="libraryfile">libbfd</filename></term>
Note:
See TracChangeset
for help on using the changeset viewer.