[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-cross-tools-binutils" role="wrap">
|
---|
| 9 | <?dbhtml filename="binutils.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Cross Binutils-&binutils-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-cross-tools-binutils">
|
---|
| 14 | <primary sortas="a-Binutils">Binutils</primary>
|
---|
| 15 | <secondary>cross tools</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[dabbced] | 18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cf66ceae] | 19 | href="../../final-system/common/binutils.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Cross Binutils</title>
|
---|
| 24 |
|
---|
[292caee] | 25 | <para os="da">It is important that Binutils be compiled before Glibc and
|
---|
| 26 | GCC because both Glibc and GCC perform various tests on the available
|
---|
[eba8490] | 27 | linker and assembler to determine which of their own features to
|
---|
| 28 | enable.</para>
|
---|
| 29 |
|
---|
[e61fedb] | 30 | <!-- Branch update patch area
|
---|
[3e0fdeb] | 31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 32 | href="../../final-system/common/binutils.xml"
|
---|
| 33 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 36 | href="../../final-system/common/binutils.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
[e61fedb] | 38 | -->
|
---|
[b8a33e3] | 39 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 40 | href="../../final-system/common/binutils.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
[b99918f] | 42 |
|
---|
[b8a33e3] | 43 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 44 | href="../../final-system/common/binutils.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
[3e0fdeb] | 46 |
|
---|
[dabbced] | 47 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 48 | href="../../final-system/common/binutils.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 50 |
|
---|
[dabbced] | 51 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 52 | href="../../final-system/common/binutils.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 54 |
|
---|
[dabbced] | 55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3f8be484] | 56 | href="../../final-system/common/binutils.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 58 |
|
---|
[40ce7b8] | 59 | <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
|
---|
[c1832da] | 60 | --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
|
---|
[b814067] | 61 | --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
|
---|
[6f0d44e] | 62 | --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
|
---|
[3f8be484] | 63 |
|
---|
| 64 | <variablelist os="bd">
|
---|
[5cbf8bc] | 65 | <title>The meaning of the new configure options:</title>
|
---|
[3f8be484] | 66 |
|
---|
[5cbf8bc] | 67 | <varlistentry os="bd1">
|
---|
[bd27efe] | 68 | <term><parameter>AR=ar AS=as</parameter></term>
|
---|
| 69 | <listitem>
|
---|
| 70 | <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
|
---|
| 71 | and ${CLFS_HOST}-as as they are provided by this package and therefore
|
---|
| 72 | not installed yet.</para>
|
---|
| 73 | </listitem>
|
---|
| 74 | </varlistentry>
|
---|
| 75 |
|
---|
[3f8be484] | 76 | <varlistentry os="bd2">
|
---|
[bc2e3fa] | 77 | <term><parameter>--host=${CLFS_HOST}</parameter></term>
|
---|
[3f8be484] | 78 | <listitem>
|
---|
[bc2e3fa] | 79 | <para>When used with --target, this creates a cross-architecture
|
---|
| 80 | executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
|
---|
[3f8be484] | 81 | </listitem>
|
---|
| 82 | </varlistentry>
|
---|
| 83 |
|
---|
| 84 | <varlistentry os="bd3">
|
---|
[bc2e3fa] | 85 | <term><parameter>--target=${CLFS_TARGET}</parameter></term>
|
---|
[3f8be484] | 86 | <listitem>
|
---|
[bc2e3fa] | 87 | <para>When used with --host, this creates a cross-architecture
|
---|
[3c06a53] | 88 | executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
|
---|
[3f8be484] | 89 | </listitem>
|
---|
| 90 | </varlistentry>
|
---|
| 91 |
|
---|
| 92 | <varlistentry os="bd4">
|
---|
[bc2e3fa] | 93 | <term><parameter>--with-lib-path=/tools/lib</parameter></term>
|
---|
[3f8be484] | 94 | <listitem>
|
---|
[bc2e3fa] | 95 | <para>This tells the configure script to specify the library
|
---|
| 96 | search path during the compilation of Binutils, resulting in
|
---|
| 97 | <filename class="directory">/tools/lib</filename> being passed
|
---|
| 98 | to the linker. This prevents the linker from searching through
|
---|
| 99 | library directories on the host.</para>
|
---|
[3f8be484] | 100 | </listitem>
|
---|
| 101 | </varlistentry>
|
---|
| 102 |
|
---|
| 103 | <varlistentry os="bd5">
|
---|
| 104 | <term><parameter>--disable-nls</parameter></term>
|
---|
| 105 | <listitem>
|
---|
| 106 | <para>This disables internationalization as i18n is not needed for the
|
---|
| 107 | cross-compile tools.</para>
|
---|
| 108 | </listitem>
|
---|
| 109 | </varlistentry>
|
---|
| 110 |
|
---|
| 111 | <varlistentry os="bd6">
|
---|
[ed8de1a] | 112 | <term><parameter>--disable-multilib</parameter></term>
|
---|
| 113 | <listitem>
|
---|
[8659630] | 114 | <para>This option disables the building of a multilib
|
---|
[3d11ab9] | 115 | capable Binutils.</para>
|
---|
[3f8be484] | 116 | </listitem>
|
---|
| 117 | </varlistentry>
|
---|
| 118 |
|
---|
[d755bc7] | 119 | <varlistentry os="bd7">
|
---|
[12a6490] | 120 | <term><parameter>--enable-64-bit-bfd</parameter></term>
|
---|
| 121 | <listitem>
|
---|
| 122 | <para>This adds 64 bit support to Binutils.</para>
|
---|
| 123 | </listitem>
|
---|
| 124 | </varlistentry>
|
---|
| 125 |
|
---|
[3f8be484] | 126 | </variablelist>
|
---|
| 127 |
|
---|
| 128 | <para os="be">Compile the package:</para>
|
---|
| 129 |
|
---|
| 130 | <screen os="bf"><userinput>make configure-host
|
---|
| 131 | make</userinput></screen>
|
---|
| 132 |
|
---|
[ed8de1a] | 133 | <variablelist os="bg">
|
---|
[3f8be484] | 134 | <title>The meaning of the make options:</title>
|
---|
| 135 |
|
---|
[ed8de1a] | 136 | <varlistentry os="bg1">
|
---|
[3f8be484] | 137 | <term><parameter>configure-host</parameter></term>
|
---|
| 138 | <listitem>
|
---|
[ed8de1a] | 139 | <para>This checks the host environment and makes sure all the
|
---|
[0cdf4ac] | 140 | necessary tools are available to compile Binutils.</para>
|
---|
[3f8be484] | 141 | </listitem>
|
---|
| 142 | </varlistentry>
|
---|
| 143 |
|
---|
| 144 | </variablelist>
|
---|
| 145 |
|
---|
[ed8de1a] | 146 | <para os="bh">Install the package:</para>
|
---|
[3f8be484] | 147 |
|
---|
[ed8de1a] | 148 | <screen os="bi"><userinput>make install</userinput></screen>
|
---|
[3f8be484] | 149 |
|
---|
[3d11ab9] | 150 | <para os="bj">Copy <filename class="headerfile">libiberty.h</filename> to
|
---|
[bc2e3fa] | 151 | <filename class="directory">/tools/include</filename> directory:</para>
|
---|
[3f8be484] | 152 |
|
---|
[40ce7b8] | 153 | <screen os="bk"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /tools/include</userinput></screen>
|
---|
[3f8be484] | 154 |
|
---|
| 155 | </sect2>
|
---|
| 156 |
|
---|
| 157 | <sect2 role="content">
|
---|
| 158 | <title/>
|
---|
| 159 |
|
---|
| 160 | <para>Details on this package are located in <xref
|
---|
| 161 | linkend="contents-binutils" role="."/></para>
|
---|
| 162 |
|
---|
| 163 | </sect2>
|
---|
| 164 |
|
---|
| 165 | </sect1>
|
---|