[a9e389d] | 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-headers" role="wrap">
|
---|
| 9 | <?dbhtml filename="uclibc-headers.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>uClibc-&uclibc-version; Headers</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-cross-tools-uclibc-headers">
|
---|
| 14 | <primary sortas="a-uClibc">uClibc</primary>
|
---|
| 15 | <secondary>cross tools, headers</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="uclibc.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of uClibc Headers</title>
|
---|
| 24 |
|
---|
[e666df1] | 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="uclibc.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
[e2d2a2d] | 28 |
|
---|
[e666df1] | 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="uclibc.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
[e2d2a2d] | 32 |
|
---|
[e666df1] | 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="uclibc.xml"
|
---|
| 35 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[a9e389d] | 36 |
|
---|
[e666df1] | 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="uclibc.xml"
|
---|
| 39 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[a9e389d] | 40 |
|
---|
[e666df1] | 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="uclibc.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="uclibc.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 48 |
|
---|
| 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 50 | href="uclibc.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 52 |
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="uclibc.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
[a9e389d] | 56 |
|
---|
[e2d2a2d] | 57 | <para os="g">Create the Headers:</para>
|
---|
[a9e389d] | 58 |
|
---|
[e2d2a2d] | 59 | <screen os="h"><userinput>make KERNEL_SOURCE=${CLFS}/usr TARGET_ARCH=i386 headers</userinput></screen>
|
---|
[a9e389d] | 60 |
|
---|
[e2d2a2d] | 61 | <para os="i">We will remove the files that were copied over from our Linux Headers, these
|
---|
[a9e389d] | 62 | files were copied into the source directory of uClibc:</para>
|
---|
| 63 |
|
---|
[e666df1] | 64 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 65 | href="uclibc.xml"
|
---|
| 66 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
[a9e389d] | 67 |
|
---|
[e666df1] | 68 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 69 | href="uclibc.xml"
|
---|
| 70 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
[a9e389d] | 71 |
|
---|
[e2d2a2d] | 72 | <screen os="l"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen>
|
---|
[a9e389d] | 73 |
|
---|
| 74 | </sect2>
|
---|
| 75 |
|
---|
| 76 | <sect2 role="content" id="contents-uclibc-headers">
|
---|
| 77 | <title/>
|
---|
| 78 |
|
---|
| 79 | <para>Details on this package are located in <xref
|
---|
| 80 | linkend="contents-uclibc" role="."/></para>
|
---|
| 81 |
|
---|
| 82 | </sect2>
|
---|
| 83 |
|
---|
| 84 | </sect1>
|
---|