Hi everyone,
I'm cross compile ortp-1.0.1 for mipsel, using
./configure --prefix=$INSTALL_ROOT --host=mipsel-linux;make
and there is an error
/*****************************************/
/bin/sed: can't read /home1/llcheng/mips-linux-lite-2012/install/mips-linux-gnu/lib/libstdc++.la: No such file or directory
libtool: error: '/home1/llcheng/mips-linux-lite-2012/install/mips-linux-gnu/lib/libstdc++.la' is not a valid libtool archive
Makefile:539: recipe for target '
libortp.la' failed
/*****************************************/
And in "src/
libortp.la", I find this path, but I have no idea how this path come from.
/*****************************************/
# Libraries that this one depends upon.
dependency_libs=' -lrt -lm -L/home/zh/x1000/voice/install_root/lib /home/zh/x1000/voice/install_root/lib/
libbctoolbox.la -lmbedtls -lmbedcrypto -lmbedx509 -ldl -lpthread /home1/llcheng
/*****************************************/
I have tried compile it for ubuntu, and it succeeded. Can you help me fix it? Thanks!