- Timestamp:
- Oct 15, 2013, 1:43:10 PM (11 years ago)
- Branches:
- master
- Children:
- 466a568
- Parents:
- 877c72d
- Location:
- BOOK
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm-chapter.xml
r877c72d r26e2b14 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> -
BOOK/cross-tools/mips-chapter.xml
r877c72d r26e2b14 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/abi.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/> 19 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> -
BOOK/cross-tools/x86-chapter.xml
r877c72d r26e2b14 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> -
BOOK/materials/common/creatingbuilddir.xml
r877c72d r26e2b14 25 25 <screen><userinput>chmod 777 ${CLFS}</userinput></screen> 26 26 27 <para>Create a sysroot directory which will be used when building the cross28 compiler and link its <filename class="directory">usr</filename> directory29 to itself such that everything installs to the sysroot:</para>30 31 <screen><userinput>mkdir -p ${CLFS}/cross-tools/${CLFS_TARGET}32 ln -sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr</userinput></screen>33 34 27 <para>Downloaded packages and patches will need to be stored somewhere 35 28 that is conveniently available throughout the entire build. A working
Note:
See TracChangeset
for help on using the changeset viewer.