Changeset f23b5ee in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Nov 18, 2006, 11:16:54 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
9b0a535
Parents:
428c8a6
Message:

Removed uclibc-headers
Update Kernel Build
Added depmod.pl for Modular Kernel builds

Location:
BOOK/cross-tools
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips-chapter.xml

    r428c8a6 rf23b5ee  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
    1818  <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"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/uclibc.xml"/>
  • BOOK/cross-tools/mips/uclibc.xml

    r428c8a6 rf23b5ee  
    7575  xpointer="xpointer(//*[@os='l'])"/>
    7676
    77 <screen os="m"><userinput>make TARGET_ARCH=mips</userinput></screen>
     77<screen os="m"><userinput>make TARGET_ARCH=mips oldconfig</userinput></screen>
    7878
    7979  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8181  xpointer="xpointer(//*[@os='n'])"/>
    8282
    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>
    8684
    8785  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9290  href="../x86/uclibc.xml"
    9391  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'])"/>
    94100
    95101  </sect2>
  • BOOK/cross-tools/x86-chapter.xml

    r428c8a6 rf23b5ee  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
    1818  <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"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/uclibc.xml"/>
  • BOOK/cross-tools/x86/uclibc.xml

    r428c8a6 rf23b5ee  
    7272echo "UCLIBC_HAS_FULL_RPC=y" >> .config</userinput></screen>
    7373
    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>
    7576
    76 <screen os="m"><userinput>make TARGET_ARCH=i386</userinput></screen>
     77<screen os="m"><userinput>make TARGET_ARCH=i386 oldconfig</userinput></screen>
    7778
    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
    7984   <filename class="directory">include</filename> directory pointing to
    8085   ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para>
    8186
    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>
    8388
    84     <para os="p">Install the package:</para>
     89    <para os="r">Install the package:</para>
    8590
    86 <screen os="q"><userinput>make PREFIX=${CLFS} install</userinput></screen>
     91<screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen>
    8792
    8893  </sect2>
Note: See TracChangeset for help on using the changeset viewer.