Dec 27 2013

cross compile – configure script

./configure CC=mipsel-unknown-linux-gnu-gcc CXX=mipsel-unknown-linux-gnu-g++ –host=mipsel-unknown-linux-gnu –prefix=/opt/tools/mipsel-unknown-linux-gnu/mipsel-unknown-linux-gnu/sysroot/usr/ CPPFLAGS=”-mhard-float -march=mips32 -mtune=mips32 -ffast-math -ggdb”

 

download last pack from http://crosstool-ng.org/
[21:24] hg clone http://crosstool-ng.org/hg/crosstool-ng
[21:24]
cd crosstool-ng
[21:24]
./bootstrap
[21:24]
./configure –enable-local
[21:24]
make
[21:24]
./ct-ng help
[21:24]
./ct-ng menuconfig
[21:24]
./ct-ng build

thanks speedy, always looking for it 🙂