May be, is this help? #gdb transmission-daemon GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted ...
May be I didn't correct to compile other libraries. zlib #!/bin/sh BASE=$HOME/SOFT/new1/bin COMPILE=$HOME/soft/mipsel-unknown-linux-uclibc export PATH=$COMPILE/bin:$PATH export CC=mipsel-unknown-linux-uclibc-gcc export AR=mipsel-unknown-linux-uclibc-ar make clean ./configure --shared --prefix=$BASE ...