- Timestamp:
- Jan 25, 2009, 8:24:35 PM (16 years ago)
- Branches:
- master
- Children:
- 86679e2
- Parents:
- 4a4fe83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/uclibc.xml
r4a4fe83 rb327081 45 45 46 46 <para os="d">We will need to edit the configuration file, to make sure everything gets 47 compiled and put into its proper location:</para>47 compiled and it's compiled to the proper architecture:</para> 48 48 49 49 <screen os="e"><userinput>cp .config{,.orig} … … 57 57 .config.orig > .config</userinput></screen> 58 58 59 <para os="f">We have made some changes to our config, let's make sure 60 that we didn't miss and dependencies:</para> 59 <para os="f">The config is a basic working system, but there are some 60 options that are architecture specifc that need to be set. The following 61 command will only bring up items that need a value that we did not 62 specify in our Generic config file:</para> 61 63 62 64 <screen os="g"><userinput>make oldconfig</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.