- Timestamp:
- Nov 26, 2006, 5:45:55 AM (18 years ago)
- Branches:
- master
- Children:
- 14bbd61
- Parents:
- 24e0008
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootloaders/common/introduction.xml
r24e0008 r00c8a02 11 11 <title>Introduction</title> 12 12 13 <para os="a">Since Every Embedded Architecture has a different type of14 bootloader, we will discuss how to configur ationthem 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> 15 15 16 16 </sect1> -
BOOK/cross-tools/common/binutils.xml
r24e0008 r00c8a02 37 37 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen> 38 38 39 <para os="p3"> Now since we using uClibc, we need to patch binutils to recognize40 this fact:</para>39 <para os="p3">The following patch is needed for Binutils to build against 40 uClibc:</para> 41 41 42 42 <screen os="p4"><userinput>patch -Np1 -i ../&binutils-uclibc-patch;</userinput></screen> -
BOOK/cross-tools/common/clear-toolchain.xml
r24e0008 r00c8a02 12 12 13 13 <para>Now we remove the toolchain variables to prevent 14 the nfinal GCC build from having issues:</para>14 the final GCC build from having issues:</para> 15 15 16 16 <screen><userinput><literal>unset CC -
BOOK/cross-tools/common/gcc-static.xml
r24e0008 r00c8a02 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 34 34 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> 37 36 38 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen> -
BOOK/final-system/common/busybox.xml
r24e0008 r00c8a02 30 30 <title>Installation of Busybox</title> 31 31 32 <para os="p1">The follow patchesfixes some issues that are related to the33 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> 34 34 35 35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen> 36 36 37 <para os="a">Create default configuration:</para>37 <para os="a">Create the default configuration:</para> 38 38 39 39 <screen os="b"><userinput>make defconfig</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.