| 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 | <!-- Common uClibc -->
|
|---|
| 9 |
|
|---|
| 10 | <sect1 id="ch-cross-tools-uclibc" role="wrap">
|
|---|
| 11 | <?dbhtml filename="uclibc.html"?>
|
|---|
| 12 |
|
|---|
| 13 | <title>uClibc-&uclibc-version;</title>
|
|---|
| 14 |
|
|---|
| 15 | <indexterm zone="ch-cross-tools-uclibc">
|
|---|
| 16 | <primary sortas="a-uClibc">uClibc</primary>
|
|---|
| 17 | <secondary>cross tools</secondary>
|
|---|
| 18 | </indexterm>
|
|---|
| 19 |
|
|---|
| 20 | <sect2 role="package">
|
|---|
| 21 | <title/>
|
|---|
| 22 |
|
|---|
| 23 | <para>The uClibc package contains the main C library. This library provides
|
|---|
| 24 | the basic routines for allocating memory, searching directories, opening and
|
|---|
| 25 | closing files, reading and writing files, string handling, pattern matching,
|
|---|
| 26 | arithmetic, and so on.</para>
|
|---|
| 27 |
|
|---|
| 28 | </sect2>
|
|---|
| 29 |
|
|---|
| 30 | <sect2 role="installation">
|
|---|
| 31 | <title>Installation of uClibc</title>
|
|---|
| 32 |
|
|---|
| 33 | <note os="a">
|
|---|
| 34 | <para>Below we are just telling uClibc to use its default configuration.
|
|---|
| 35 | For those for more adventurous, you can use make menuconfig, and
|
|---|
| 36 | do a more custom build for your uClibc installation.</para>
|
|---|
| 37 | </note>
|
|---|
| 38 |
|
|---|
| 39 | <para os="b">The following patch contains the default configurations for
|
|---|
| 40 | the architectures covered in this book:</para>
|
|---|
| 41 |
|
|---|
| 42 | <screen os="c"><userinput>patch -Np1 -i ../&uclibc-configs-patch;</userinput></screen>
|
|---|
| 43 |
|
|---|
| 44 | <para os="d">Now we will copy the configuration file best matching this
|
|---|
| 45 | build and use that as the base:</para>
|
|---|
| 46 |
|
|---|
| 47 | <screen os="e"><userinput>cp -v clfs/config.${CLFS_ARCH}.${CLFS_ENDIAN} .config</userinput></screen>
|
|---|
| 48 |
|
|---|
| 49 | <para os="f">The config is a basic working system, but there are some
|
|---|
| 50 | options that are architecture specifc that need to be set. The following
|
|---|
| 51 | command will only bring up items that need a value that we did not
|
|---|
| 52 | specify in our Generic config file:</para>
|
|---|
| 53 |
|
|---|
| 54 | <screen os="g"><userinput>make oldconfig</userinput></screen>
|
|---|
| 55 |
|
|---|
| 56 | <para os="h">Compile the package:</para>
|
|---|
| 57 |
|
|---|
| 58 | <screen os="i"><userinput>make</userinput></screen>
|
|---|
| 59 |
|
|---|
| 60 | <para os="l">Install the package:</para>
|
|---|
| 61 |
|
|---|
| 62 | <screen os="j"><userinput>make PREFIX=${CLFS} install</userinput></screen>
|
|---|
| 63 |
|
|---|
| 64 | </sect2>
|
|---|
| 65 |
|
|---|
| 66 | <sect2 id="contents-uclibc" role="content">
|
|---|
| 67 | <title>Contents of uClibc</title>
|
|---|
| 68 |
|
|---|
| 69 | <segmentedlist>
|
|---|
| 70 | <segtitle>Installed uClibc</segtitle>
|
|---|
| 71 |
|
|---|
| 72 | <seglistitem>
|
|---|
| 73 | <seg>To Be Written</seg>
|
|---|
| 74 | </seglistitem>
|
|---|
| 75 | </segmentedlist>
|
|---|
| 76 | <!--
|
|---|
| 77 | <variablelist>
|
|---|
| 78 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|---|
| 79 | <?dbfo list-presentation="list"?>
|
|---|
| 80 | <?dbhtml list-presentation="table"?>
|
|---|
| 81 |
|
|---|
| 82 | <varlistentry id="uclibc">
|
|---|
| 83 | <term><filename
|
|---|
| 84 | class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
|
|---|
| 85 | <listitem>
|
|---|
| 86 | <para>The Linux API headers</para>
|
|---|
| 87 | <indexterm zone="ch-system-linux-headers linux-headers">
|
|---|
| 88 | <primary
|
|---|
| 89 | sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
|
|---|
| 90 | </indexterm>
|
|---|
| 91 | </listitem>
|
|---|
| 92 | </varlistentry>
|
|---|
| 93 | </variablelist>
|
|---|
| 94 | -->
|
|---|
| 95 |
|
|---|
| 96 | </sect2>
|
|---|
| 97 | </sect1>
|
|---|