[12a6490] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 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"
|
---|
[12a6490] | 19 | href="../../final-system/common/binutils.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Cross Binutils</title>
|
---|
| 24 |
|
---|
| 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
|
---|
| 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 | -->
|
---|
[dabbced] | 39 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[12a6490] | 40 | href="../../final-system/common/binutils.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 42 |
|
---|
[dabbced] | 43 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[12a6490] | 44 | href="../../final-system/common/binutils.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 46 |
|
---|
[dabbced] | 47 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[12a6490] | 48 | href="../../final-system/common/binutils.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 50 |
|
---|
[40ce7b8] | 51 | <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
|
---|
[12a6490] | 52 | --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
|
---|
[b814067] | 53 | --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
|
---|
[6f0d44e] | 54 | --disable-static --disable-multilib</userinput></screen>
|
---|
[12a6490] | 55 |
|
---|
| 56 | <variablelist os="bd">
|
---|
[5cbf8bc] | 57 | <title>The meaning of the new configure options:</title>
|
---|
[12a6490] | 58 |
|
---|
[5cbf8bc] | 59 | <varlistentry os="bd1">
|
---|
[bd27efe] | 60 | <term><parameter>AR=ar AS=as</parameter></term>
|
---|
| 61 | <listitem>
|
---|
| 62 | <para>This prevents Binutils from compiling with ${CLFS_HOST}-ar
|
---|
| 63 | and ${CLFS_HOST}-as as they are provided by this package and therefore
|
---|
| 64 | not installed yet.</para>
|
---|
| 65 | </listitem>
|
---|
| 66 | </varlistentry>
|
---|
| 67 |
|
---|
[12a6490] | 68 | <varlistentry os="bd2">
|
---|
| 69 | <term><parameter>--host=${CLFS_HOST}</parameter></term>
|
---|
| 70 | <listitem>
|
---|
| 71 | <para>When used with --target, this creates a cross-architecture
|
---|
| 72 | executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
|
---|
| 73 | </listitem>
|
---|
| 74 | </varlistentry>
|
---|
| 75 |
|
---|
| 76 | <varlistentry os="bd3">
|
---|
| 77 | <term><parameter>--target=${CLFS_TARGET}</parameter></term>
|
---|
| 78 | <listitem>
|
---|
| 79 | <para>When used with --host, this creates a cross-architecture
|
---|
| 80 | executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}.</para>
|
---|
| 81 | </listitem>
|
---|
| 82 | </varlistentry>
|
---|
| 83 |
|
---|
| 84 | <varlistentry os="bd4">
|
---|
| 85 | <term><parameter>--with-lib-path=/tools/lib</parameter></term>
|
---|
| 86 | <listitem>
|
---|
| 87 | <para>This tells the configure script to specify the library
|
---|
| 88 | search path during the compilation of Binutils, resulting in
|
---|
| 89 | <filename class="directory">/tools/lib</filename> being passed
|
---|
| 90 | to the linker. This prevents the linker from searching through
|
---|
| 91 | library directories on the host.</para>
|
---|
| 92 | </listitem>
|
---|
| 93 | </varlistentry>
|
---|
| 94 |
|
---|
| 95 | <varlistentry os="bd5">
|
---|
| 96 | <term><parameter>--disable-nls</parameter></term>
|
---|
| 97 | <listitem>
|
---|
| 98 | <para>This disables internationalization as i18n is not needed for the
|
---|
| 99 | cross-compile tools.</para>
|
---|
| 100 | </listitem>
|
---|
| 101 | </varlistentry>
|
---|
| 102 |
|
---|
| 103 | <varlistentry os="bd6">
|
---|
| 104 | <term><parameter>--disable-multilib</parameter></term>
|
---|
| 105 | <listitem>
|
---|
| 106 | <para>This option disables the building of a multilib
|
---|
| 107 | capable Binutils.</para>
|
---|
| 108 | </listitem>
|
---|
| 109 | </varlistentry>
|
---|
| 110 |
|
---|
| 111 | </variablelist>
|
---|
| 112 |
|
---|
| 113 | <para os="be">Compile the package:</para>
|
---|
| 114 |
|
---|
| 115 | <screen os="bf"><userinput>make configure-host
|
---|
| 116 | make</userinput></screen>
|
---|
| 117 |
|
---|
| 118 | <variablelist os="bg">
|
---|
| 119 | <title>The meaning of the make options:</title>
|
---|
| 120 |
|
---|
| 121 | <varlistentry os="bg1">
|
---|
| 122 | <term><parameter>configure-host</parameter></term>
|
---|
| 123 | <listitem>
|
---|
| 124 | <para>This checks the host environment and makes sure all the
|
---|
| 125 | necessary tools are available to compile Binutils.</para>
|
---|
| 126 | </listitem>
|
---|
| 127 | </varlistentry>
|
---|
| 128 |
|
---|
| 129 | </variablelist>
|
---|
| 130 |
|
---|
| 131 | <para os="bh">Install the package:</para>
|
---|
| 132 |
|
---|
| 133 | <screen os="bi"><userinput>make install</userinput></screen>
|
---|
| 134 |
|
---|
| 135 | <para os="bj">Copy <filename class="headerfile">libiberty.h</filename> to
|
---|
| 136 | <filename class="directory">/tools/include</filename> directory:</para>
|
---|
| 137 |
|
---|
[40ce7b8] | 138 | <screen os="bk"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /tools/include</userinput></screen>
|
---|
[12a6490] | 139 |
|
---|
| 140 | </sect2>
|
---|
| 141 |
|
---|
| 142 | <sect2 role="content">
|
---|
| 143 | <title/>
|
---|
| 144 |
|
---|
| 145 | <para>Details on this package are located in <xref
|
---|
| 146 | linkend="contents-binutils" role="."/></para>
|
---|
| 147 |
|
---|
| 148 | </sect2>
|
---|
| 149 |
|
---|
| 150 | </sect1>
|
---|