introduction.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  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. <sect1 id="ch-tools-introduction-cross">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This chapter shows how to cross-compile basic utilities using
  11. the just built cross-toolchain. Those utilities are installed into
  12. their final location, but cannot be used yet. Basic tasks still rely on
  13. the hosts tools. Nevertheless, the installed libraries are used when
  14. linking.</para>
  15. <para>Using the utilities will be possible in next chapter after entering
  16. the <quote>chroot</quote> environment. But all the packages built in the
  17. present chapter need themselves to be built. So we cannot be independent
  18. on the build system yet.</para>
  19. <para>Once again, let us recall that improper setting of <envar>LFS</envar>
  20. together with building as root, may render your computer unusable.
  21. This whole chapter must be done as user <systemitem
  22. class="username">lfs</systemitem>, with the enviroment as described in
  23. <xref linkend="ch-preps-settingenviron"/>.</para>
  24. </sect1>