Changeset f23b5ee in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 18, 2006, 7:16:54 PM (18 years ago)
- Branches:
- master
- Children:
- 9b0a535
- Parents:
- 428c8a6
- Location:
- BOOK/cross-tools
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips-chapter.xml
r428c8a6 rf23b5ee 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/uclibc-headers.xml"/>20 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> 21 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/uclibc.xml"/> -
BOOK/cross-tools/mips/uclibc.xml
r428c8a6 rf23b5ee 75 75 xpointer="xpointer(//*[@os='l'])"/> 76 76 77 <screen os="m"><userinput>make TARGET_ARCH=mips </userinput></screen>77 <screen os="m"><userinput>make TARGET_ARCH=mips oldconfig</userinput></screen> 78 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 81 81 xpointer="xpointer(//*[@os='n'])"/> 82 82 83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 84 href="../x86/uclibc.xml" 85 xpointer="xpointer(//*[@os='o'])"/> 83 <screen os="o"><userinput>make TARGET_ARCH=mips</userinput></screen> 86 84 87 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 92 90 href="../x86/uclibc.xml" 93 91 xpointer="xpointer(//*[@os='q'])"/> 92 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 94 href="../x86/uclibc.xml" 95 xpointer="xpointer(//*[@os='r'])"/> 96 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86/uclibc.xml" 99 xpointer="xpointer(//*[@os='s'])"/> 94 100 95 101 </sect2> -
BOOK/cross-tools/x86-chapter.xml
r428c8a6 rf23b5ee 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/uclibc-headers.xml"/>20 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> 21 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/uclibc.xml"/> -
BOOK/cross-tools/x86/uclibc.xml
r428c8a6 rf23b5ee 72 72 echo "UCLIBC_HAS_FULL_RPC=y" >> .config</userinput></screen> 73 73 74 <para os="l">Compile the package:</para> 74 <para os="l">We have made some changes to our config, let's make sure 75 that we didn't miss and dependencies:</para> 75 76 76 <screen os="m"><userinput>make TARGET_ARCH=i386 </userinput></screen>77 <screen os="m"><userinput>make TARGET_ARCH=i386 oldconfig</userinput></screen> 77 78 78 <para os="n">The uClibc build system creates symlinks in its 79 <para os="n">Compile the package:</para> 80 81 <screen os="o"><userinput>make TARGET_ARCH=i386</userinput></screen> 82 83 <para os="p">The uClibc build system creates symlinks in its 79 84 <filename class="directory">include</filename> directory pointing to 80 85 ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para> 81 86 82 <screen os=" o"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>87 <screen os="q"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen> 83 88 84 <para os=" p">Install the package:</para>89 <para os="r">Install the package:</para> 85 90 86 <screen os=" q"><userinput>make PREFIX=${CLFS} install</userinput></screen>91 <screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen> 87 92 88 93 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.