Crosstool-ng

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Building== You will need to install some packages: <source lang="bash"> apt-get install gperf texinfo libtool automake </source> <source lang="bash"> ./configure make sudo ...")
 
m
Line 9: Line 9:
 
make
 
make
 
sudo make install
 
sudo make install
 +
</source>
 +
 +
==Using==
 +
<source lang="bash">
 +
# 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
 
</source>
 
</source>

Revision as of 13:59, 27 July 2012

Building

You will need to install some packages:

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

Using

# 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