cd ~
wget http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.7.1.tar.bz2
tar -xjf crosstool-ng-1.7.1.tar.bz2
cd crosstool-ng-1.7.1/
./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.7.1/samples/arm-iphone-linux-gnueabi/* .
mv crosstool.config .config
cp ../ctng/lib/ct-ng-1.7.1/samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.2.config .
ct-ng menuconfig
ct-ng build.4
|
Created by , 07-08-2010 at 10:50 AM Last edited by , 07-08-2010 at 11:29 AM Last comment by on 05-04-2011 at 11:18 PM 74 Comments, 23,083 Views |
Bookmarks