[99fc891] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-cross-tools-uclibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="uclibc.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>uClibc-&uclibc-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-cross-tools-uclibc">
|
---|
| 14 | <primary sortas="a-uClibc">uClibc</primary>
|
---|
| 15 | <secondary>cross tools</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[33bc2cb] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../x86/uclibc.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[99fc891] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of uClibc</title>
|
---|
| 24 |
|
---|
[680e44d] | 25 | <para os="a">Since we are cross-compiling, we need to make sure when we
|
---|
| 26 | configuration for our architecture we get the correct information. The
|
---|
| 27 | following sed makes sure we are using the proper settings for our
|
---|
| 28 | architecture:</para>
|
---|
[99fc891] | 29 |
|
---|
[33bc2cb] | 30 | <screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig
|
---|
| 31 | sed -e "s:default TARGET_i386:default TARGET_mips:" \
|
---|
[c14754c] | 32 | extra/Configs/Config.in.orig > extra/Configs/Config.in
|
---|
| 33 | cp extra/Configs/Config.mips extra/Configs/Config.mips.orig
|
---|
| 34 | sed -e "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \
|
---|
| 35 | extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen>
|
---|
[99fc891] | 36 |
|
---|
[33bc2cb] | 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../x86/uclibc.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[99fc891] | 40 |
|
---|
[33bc2cb] | 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="../x86/uclibc.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[99fc891] | 44 |
|
---|
[33bc2cb] | 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="../x86/uclibc.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
[99fc891] | 48 |
|
---|
[33bc2cb] | 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 50 | href="../x86/uclibc.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
[99fc891] | 52 |
|
---|
[33bc2cb] | 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="../x86/uclibc.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
[99fc891] | 56 |
|
---|
[33bc2cb] | 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 58 | href="../x86/uclibc.xml"
|
---|
| 59 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
[99fc891] | 60 |
|
---|
[33bc2cb] | 61 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 62 | href="../x86/uclibc.xml"
|
---|
| 63 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
[99fc891] | 64 |
|
---|
[33bc2cb] | 65 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 66 | href="../x86/uclibc.xml"
|
---|
| 67 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
[99fc891] | 68 |
|
---|
[33bc2cb] | 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 70 | href="../x86/uclibc.xml"
|
---|
[0bd108d] | 71 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
[99fc891] | 72 |
|
---|
[97c9564] | 73 | <para os="m1">If your MIPS system is Big Endian, you will
|
---|
| 74 | need at add the following lines to your configuration:</para>
|
---|
| 75 |
|
---|
[be76242] | 76 | <screen os="m2"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
|
---|
| 77 | echo "ARCH_BIG_ENDIAN=y" >> .config
|
---|
| 78 | echo "ARCH_WANTS_BIG_ENDIAN=y" >> .config</userinput></screen>
|
---|
[97c9564] | 79 |
|
---|
| 80 | <para os="m3">If your MIPS system is Little Endian, you will
|
---|
| 81 | need at add the following lines to your configuration:</para>
|
---|
| 82 |
|
---|
[be76242] | 83 | <screen os="m4"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
|
---|
| 84 | echo "ARCH_LITTLE_ENDIAN=y" >> .config
|
---|
| 85 | echo "ARCH_WANTS_LITTLE_ENDIAN=y" >> .config</userinput></screen>
|
---|
[97c9564] | 86 |
|
---|
[33bc2cb] | 87 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 88 | href="../x86/uclibc.xml"
|
---|
[0bd108d] | 89 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 90 |
|
---|
[f23b5ee] | 91 | <screen os="m"><userinput>make TARGET_ARCH=mips oldconfig</userinput></screen>
|
---|
[99fc891] | 92 |
|
---|
[33bc2cb] | 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 94 | href="../x86/uclibc.xml"
|
---|
| 95 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
[99fc891] | 96 |
|
---|
[8520e58] | 97 | <screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=mips</userinput></screen>
|
---|
[99fc891] | 98 |
|
---|
[0bd108d] | 99 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 100 | href="../x86/uclibc.xml"
|
---|
| 101 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
| 102 |
|
---|
| 103 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 104 | href="../x86/uclibc.xml"
|
---|
| 105 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 106 |
|
---|
[99fc891] | 107 | </sect2>
|
---|
| 108 |
|
---|
[33bc2cb] | 109 | <sect2 role="content" id="contents-uclibc">
|
---|
| 110 | <title/>
|
---|
| 111 |
|
---|
| 112 | <para>Details on this package are located in <xref
|
---|
| 113 | linkend="contents-uclibc" role="."/></para>
|
---|
[99fc891] | 114 |
|
---|
| 115 | </sect2>
|
---|
[33bc2cb] | 116 |
|
---|
[99fc891] | 117 | </sect1>
|
---|
[33bc2cb] | 118 |
|
---|