PDA

View Full Version : [ubuntu] crosstool ng installation in ubuntu9.04(jaunty)



guitsy
July 18th, 2009, 05:53 AM
go to terminal
copy and paste the following in terminal

sudo apt-get install gawk
cd ~
wget http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.3.3.tar.bz2
tar -xjvf crosstool-ng-1.3.3.tar.bz2
cd crosstool-ng-1.3.3
./configure --prefix=$HOME/ctng
make
make install
export PATH=$PATH:$HOME/ctng/bin
cd ~
mkdir toolchain-build
cd toolchain-build
cp ../ctng/lib/ct-ng-1.3.3/samples/arm-unknown-linux-uclibcgnueabi/* .
mv crosstool.config .config
ct-ng menuconfig

#select path and misc options........go to Prefix directory .....select..... change the path to.... ${HOME}/opt/ctng.....exit...go back to c compiler......uncheck c++....exit......go to tools facility.....uncheck sstrip.....exit.....exit.....choose yes.......


now on terminal..........copy & paste

ct-ng build.4


hope this will help without any errors..........thnks.....