source: part3intro/introduction.xml@ dd7f9df

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since dd7f9df was dd7f9df, checked in by David Bryant <davidbryant@…>, 19 months ago

Cleaned up verbiage in unnumbered intro to part 3 (chapters 5 et seq).

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[12fff1e]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-part3intro-intro">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
[dd7f9df]13 <para>This part is divided into three stages: first, building a cross
14 compiler and its associated libraries; second, using this cross toolchain
[12fff1e]15 to build several utilities in a way that isolates them from the host
[dd7f9df]16 distribution; and third, entering the chroot environment (which further improves
17 host isolation) and constructing the remaining tools needed to build the final
[12fff1e]18 system.</para>
19
[dd7f9df]20 <important><para>This is where the real work of building a new system
21 begins. Be very careful to follow the instructions exactly as the book
22 shows them. You should try to understand what each command does,
23 and no matter how eager you are to finish your build, you should
24 refrain from blindly typing the commands as shown. Read the documentation when
[12fff1e]25 there is something you do not understand. Also, keep track of your typing
[dd7f9df]26 and of the output of commands, by using the <command>tee</command> utility
27 to send the terminal output to a file. This makes debugging easier
28 if something goes wrong.</para></important>
[12fff1e]29
[dd7f9df]30 <para>The next section is a technical introduction to the build process,
31 while the following one presents <emphasis role="strong">very
[12fff1e]32 important</emphasis> general instructions.</para>
33
34</sect1>
Note: See TracBrowser for help on using the repository browser.