Changeset 00c8a02 in clfs-embedded


Ignore:
Timestamp:
Nov 25, 2006, 9:45:55 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
14bbd61
Parents:
24e0008
Message:

Text updates

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootloaders/common/introduction.xml

    r24e0008 r00c8a02  
    1111  <title>Introduction</title>
    1212
    13   <para os="a">Since Every Embedded Architecture has a different type of
    14   bootloader, we will discuss how to configuration them in this section.</para>
     13  <para os="a">Since every embedded architecture has a different type of
     14  bootloader, we will discuss how to configure them in this section.</para>
    1515
    1616</sect1>
  • BOOK/cross-tools/common/binutils.xml

    r24e0008 r00c8a02  
    3737<screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen>
    3838
    39     <para os="p3">Now since we using uClibc, we need to patch binutils to recognize
    40     this fact:</para>
     39    <para os="p3">The following patch is needed for Binutils to build against
     40    uClibc:</para>
    4141
    4242<screen os="p4"><userinput>patch -Np1 -i ../&binutils-uclibc-patch;</userinput></screen>
  • BOOK/cross-tools/common/clear-toolchain.xml

    r24e0008 r00c8a02  
    1212
    1313  <para>Now we remove the toolchain variables to prevent
    14   then final GCC build from having issues:</para>
     14  the final GCC build from having issues:</para>
    1515
    1616<screen><userinput><literal>unset CC
  • BOOK/cross-tools/common/gcc-static.xml

    r24e0008 r00c8a02  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>
    3434
    35     <para os="p3">Now since we using uClibc, we need to patch GCC to recognize
    36     this fact:</para>
     35    <para os="p3">The following patch is needed for GCC to build against uClibc:</para>
    3736
    3837<screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen>
  • BOOK/final-system/common/busybox.xml

    r24e0008 r00c8a02  
    3030    <title>Installation of Busybox</title>
    3131
    32     <para os="p1">The follow patches fixes some issues that are related to the
    33     headers we are using. To correct this issues apply the following patch:</para>
     32    <para os="p1">The following patch fixes some issues that are related to the
     33    headers we are using:</para>
    3434
    3535<screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
    3636
    37     <para os="a">Create default configuration:</para>
     37    <para os="a">Create the default configuration:</para>
    3838
    3939<screen os="b"><userinput>make defconfig</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.