From ce335792fe1be021afd39f85b016ecd796454ccd Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 9 Jun 2020 13:35:39 +0000 Subject: Add an introduction to chapter 6 and 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11910 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 1 + chapter06/introduction.xml | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 16 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index a9f86d4dd..d08a4d780 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -11,6 +11,7 @@ Cross Compiling Temporary Tools + diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 5614270b2..cfc8befc5 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -5,25 +5,26 @@ %general-entities; ]> - + Introduction - This chapter shows how to build a minimal Linux system. - This system will contain just enough tools to start constructing the final - LFS system in and allow a working - environment with more user convenience than a minimum environment would. + 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. + + Using the utilities will be possible in next chapter after entering + the chroot 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. + + Once again, let us recall that improper setting of LFS + together with building as root, may render your computer unusable. + This whole chapter must be done as user lfs, with the enviroment as described in + . - There are two steps in building this minimal system. The first step - is to build a new and host-independent toolchain (compiler, assembler, - linker, libraries, and a few useful utilities). The second step uses this - toolchain to build the other essential tools. - -- cgit v1.2.3-54-g00ecf