[bf8c11f] | 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-boot-colo-build" role="wrap">
|
---|
| 9 | <?dbhtml filename="colo-build.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Colo-&colo-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-boot-colo-build">
|
---|
| 14 | <primary sortas="a-Colo">Colo</primary>
|
---|
| 15 | <secondary>boot</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[c4b671e] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../../final-system/mips/colo.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Colo</title>
|
---|
| 24 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="../../final-system/mips/colo.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 28 |
|
---|
[9f5bc2cc] | 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="../../final-system/mips/colo.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 32 |
|
---|
[40c1b5b] | 33 | <screen os="aa"><userinput>cd tools/elf2rfx
|
---|
[bf8c11f] | 34 | make CC=gcc
|
---|
| 35 | cd ../..
|
---|
| 36 | make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
|
---|
| 37 |
|
---|
| 38 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 39 | href="../../final-system/mips/colo.xml"
|
---|
[9f5bc2cc] | 40 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[bf8c11f] | 41 |
|
---|
[40c1b5b] | 42 | <screen os="ab"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux
|
---|
[bf8c11f] | 43 | gzip -9 ${LFS}/boot/vmlinux</userinput></screen>
|
---|
| 44 |
|
---|
| 45 | </sect2>
|
---|
| 46 |
|
---|
| 47 | <sect2 role="content">
|
---|
| 48 | <title/>
|
---|
| 49 |
|
---|
| 50 | <para>Details on this package are located in <xref
|
---|
| 51 | linkend="contents-colo" role="."/></para>
|
---|
| 52 |
|
---|
| 53 | </sect2>
|
---|
| 54 |
|
---|
| 55 | </sect1>
|
---|