Changeset 3800899 in clfs-embedded for BOOK/final-system
- Timestamp:
- Nov 10, 2006, 1:15:09 AM (18 years ago)
- Branches:
- master
- Children:
- 1cb50fc
- Parents:
- 4ef72df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
r4ef72df r3800899 39 39 <screen os="b"><userinput>make defconfig</userinput></screen> 40 40 41 <para os="c">We will need to edit the configuration file, to make sure everything gets 41 <note os="c"> 42 <para>Below we are just telling Busybox to use the default configuration of 43 uClibc. For those for more adventureous, you can use make menuconfig, and 44 do a more custom build of your Busybox.</para> 45 </note> 46 47 <para os="d">We will need to edit the configuration file, to make sure everything gets 42 48 compiled and put into it's proper locations:</para> 43 49 44 <screen os=" d"><userinput>cp .config .config.orig50 <screen os="e"><userinput>cp .config .config.orig 45 51 sed -e "s:# USING_CROSS_COMPILER.*:USING_CROSS_COMPILER=y:" \ 46 52 -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CLFS_TARGET}-\":" \ 47 53 .config.orig > .config</userinput></screen> 48 54 49 <para os=" e">Compile the package:</para>55 <para os="f">Compile the package:</para> 50 56 51 <screen os=" f"><userinput>make CROSS="${CLFS_TARGET}-" PREFIX="${CLFS}" busybox</userinput></screen>57 <screen os="g"><userinput>make CROSS="${CLFS_TARGET}-" PREFIX="${CLFS}" busybox</userinput></screen> 52 58 53 <para os=" g">Install the package:</para>59 <para os="h">Install the package:</para> 54 60 55 <screen os="h"><userinput>make PREFIX="${CLFS}" install</userinput></screen> 56 61 <screen os="i"><userinput>make PREFIX="${CLFS}" install</userinput></screen> 57 62 58 63 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.