Crosstool-ng

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 12: Line 12:
  
 
==Using==
 
==Using==
 +
To keep a cache of the downloaded sources, do the following
 +
<source lang="bash">
 +
mkdir ~/src
 +
</source>
 +
 
<source lang="bash">
 
<source lang="bash">
 
# pick a default config, or make your own from scratch!
 
# pick a default config, or make your own from scratch!

Revision as of 14:01, 27 July 2012

Building

You will need to install some packages:

apt-get install gperf texinfo libtool automake
./configure
make
sudo make install

Using

To keep a cache of the downloaded sources, do the following

mkdir ~/src
# pick a default config, or make your own from scratch!
cp ${CROSSTOOL_NG_SRC}/samples/${CHOSEN_SAMPLE}/crosstool.config .config
 
# review / change options
ct-ng menuconfig
 
# build
ct-ng build
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox