[uClibc] notes on using toolchain...

Bryan Larsen bryan.larsen at lumenera.com
Tue Jul 13 05:15:20 UTC 2004


Just as a reference, here's what I did after building a toolchain distro
so that it could be used to build a linux distro.

cd toolchain_arm/usr/bin
ln -s arm-linux-uclibc-g++ arm-linux-g++
ln -s arm-linux-uclibc-c++ arm-linux-c++
mv ldd ldd.move_out_of_the_way
cd ../..
PATH=`pwd`/bin:`pwd`/usr/bin:${PATH}
export PATH
chmod -R a+w ../toolchain_build_arm/ccach-2.3/cache

Bryan





More information about the uClibc mailing list