Changeset 040521bc for BOOK/temp-system/common
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- Location:
- BOOK/temp-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r5921622 r040521bc 34 34 </para> 35 35 36 <screen os="c4"><userinput> 36 <screen os="c4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/choose.xml
r5921622 r040521bc 16 16 rest there. Alternatively, you can chroot into the temporary system.</para> 17 17 18 <para os="b">The boot method is forwhen you are building on a different18 <para os="b">The boot method is needed when you are building on a different 19 19 architecture. For example, if you are building a PowerPC system from 20 20 an x86, you can't chroot. The chroot method is for when you are … … 34 34 method.</para> 35 35 36 <para>To chroot, you will also need a Linux Kernel-2.6.x (having been 37 compiled with GCC-3.0 or greater). The reason for the kernel version 38 requirement is that, without it, thread-local storage support in Binutils 39 will not be built and the Native POSIX Threading Library (NPTL) test suite 40 will segfault.</para> 41 42 <para>To check your kernel version, run <command>cat /proc/version</command> 43 - if it does not say that you are running a 2.6.2 or later Linux kernel, 44 compiled with GCC 3.0 or later, you cannot chroot.</para> 45 36 46 <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para> 37 47 -
BOOK/temp-system/common/introduction.xml
r5921622 r040521bc 19 19 <para>The tools in this chapter are cross-compiled using the toolchain in 20 20 /cross-tools and will be installed under the 21 <filename class="directory">$ CLFS/tools</filename> directory to keep21 <filename class="directory">${CLFS}/tools</filename> directory to keep 22 22 them separate from the files installed in <xref 23 23 linkend="chapter-building-system"/> and the host production directories. … … 28 28 variable is set up properly:</para> 29 29 30 <screen><userinput>echo $ CLFS</userinput></screen>30 <screen><userinput>echo ${CLFS}</userinput></screen> 31 31 32 32 <para>Make sure the output shows the path to the CLFS partition's mount
Note:
See TracChangeset
for help on using the changeset viewer.