aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/introduction.xml
blob: cfc8befc543c12b29d85af2e5ecdd30576e889de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch-tools-introduction-cross">
  <?dbhtml filename="introduction.html"?>

  <title>Introduction</title>

  <para>This chapter shows how to cross-compile basic utilities using
  the just built cross-toolchain. Those utilities are installed into
  their final location, but cannot be used yet. Basic tasks still rely on
  the hosts tools. Nevertheless, the installed libraries are used when
  linking.</para>

  <para>Using the utilities will be possible in next chapter after entering
  the <quote>chroot</quote> environment. But all the packages built in the
  present chapter need themselves to be built. So we cannot be independent
  on the build system yet.</para>

  <para>Once again, let us recall that improper setting of <envar>LFS</envar>
  together with building as root, may render your computer unusable.
  This whole chapter must be done as user <systemitem
  class="username">lfs</systemitem>, with the enviroment as described in
  <xref linkend="ch-preps-settingenviron"/>.</para>

</sect1>