现在的位置: 首页 > 综合 > 正文

还是好多库找不到啊。

2013年11月08日 ⁄ 综合 ⁄ 共 56322字 ⁄ 字号 评论关闭

2kdec.o
CC libavcodec/jacosubdec.o
CC libavcodec/jpegls.o
CC libavcodec/jpeglsdec.o
CC libavcodec/jrevdct.o
CC libavcodec/jvdec.o
CC libavcodec/kbdwin.o
CC libavcodec/kgv1dec.o
CC libavcodec/kmvc.o
CC libavcodec/lagarith.o
CC libavcodec/lagarithrac.o
CC libavcodec/latm_parser.o
CC libavcodec/lcldec.o
CXX libavcodec/libstagefright.o
cc1plus: warning: command line option '-Wdeclaration-after-statement' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wno-pointer-sign' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wno-pointer-to-int-cast' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but not for C++ [enabled by default]

libavcodec/libstagefright.cpp:25:33: fatal error: binder/ProcessState.h: No such file or directory


https://www.google.com.hk/search?q=binder%2FProcessState.h&oq=binder%2FProcessState.h&aqs=chrome.0.57j58.7174623j0&sourceid=chrome&ie=UTF-8

这个库的地址在http://www.oschina.net/code/explore/android-4.0.1/include/binder/ProcessState.h  

后来又发现在这里 

android-4.0.4/frameworks/base/include/binder/ProcessState.h


compilation terminated.
make: *** [libavcodec/libstagefright.o] Error 1

make: *** Waiting for unfinished jobs....

avcodec.a需要format.a和utils.a 啊。那他俩要先编译好才行啊。

/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ar: creating libavcodec/libavcodec.a
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot openlibavformat/libavformat.a:No such file or directory
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot open libavutil/libavutil.a:No such file or directory
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lc
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lm
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lz
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -ldl
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -llog
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lstdc++
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lmedia
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lutils
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lstagefright
/home/zhangbin/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/arm-linux-androideabi-ld: error: cannot find -lbinder

/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(call_unexpected.o):call_unexpected.cc:function __cxa_call_unexpected: error: undefined reference to 'abort'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(call_unexpected.o):call_unexpected.cc:function __cxa_call_unexpected: error: undefined reference to 'abort'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(call_unexpected.o)(.text.__cxa_end_cleanup+0xc): error: undefined reference to 'abort'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(delete.o):delete.cc:function operator delete(void*): error: undefined reference to 'free'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(delete.o):delete.cc:function operator delete(void*, std::nothrow_t const&): error: undefined reference to 'free'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dynamic_cast.o):dynamic_cast.cc:function (anonymous namespace)::walk_object(void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info
const*): error: undefined reference to '__assert2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dynamic_cast.o):dynamic_cast.cc:function (anonymous namespace)::base_to_derived_cast(void const*, __cxxabiv1::__class_type_info const*, (anonymous namespace)::cast_context*)
[clone .constprop.0]: error: undefined reference to '__assert2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(helper_func_internal.o):helper_func_internal.cc:function __cxxabiv1::fatalError(char const*): error: undefined reference to 'fprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(helper_func_internal.o):helper_func_internal.cc:function __cxxabiv1::fatalError(char const*): error: undefined reference to 'dlopen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(helper_func_internal.o):helper_func_internal.cc:function __cxxabiv1::fatalError(char const*): error: undefined reference to 'dlsym'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(helper_func_internal.o):helper_func_internal.cc:function __cxxabiv1::fatalError(char const*): error: undefined reference to 'dlclose'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(helper_func_internal.o):helper_func_internal.cc:function __cxxabiv1::fatalError(char const*): error: undefined reference to '__sF'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(type_info.o):type_info.cc:function std::type_info::operator==(std::type_info const&) const: error: undefined reference to 'strcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(type_info.o):type_info.cc:function std::type_info::before(std::type_info const&) const: error: undefined reference to 'strcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_S_initialize(): error: undefined reference to 'sysconf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_file_size(): error: undefined reference to 'fstat'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_open(char const*, int, long): error: undefined reference to 'open'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_open(char const*, int, long): error: undefined reference to 'fstat'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_open(char const*, int, long): error: undefined reference to 'lseek'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_open(int, int): error: undefined reference to 'fcntl'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_open(int, int): error: undefined reference to 'fstat'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_close(): error: undefined reference to 'close'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_read(char*, int): error: undefined reference to 'read'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_write(char*, int): error: undefined reference to 'write'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_seek(long, int): error: undefined reference to 'lseek'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_unmap(void*, long): error: undefined reference to 'munmap'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_mmap(long, long): error: undefined reference to 'mmap'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::_Filebuf_base::_M_mmap(long, long): error: undefined reference to 'lseek'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::basic_filebuf<char, std::char_traits<char> >::_M_underflow_aux(): error: undefined reference to 'memmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::basic_filebuf<char, std::char_traits<char> >::_M_allocate_buffers(char*, int): error: undefined reference to 'malloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::basic_filebuf<char, std::char_traits<char> >::_M_allocate_buffers(char*, int): error: undefined reference to 'free'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::basic_filebuf<char, std::char_traits<char> >::_M_allocate_buffers(char*, int): error: undefined reference to 'free'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(fstream.o):fstream.cpp:function std::basic_filebuf<char, std::char_traits<char> >::_M_allocate_buffers(char*, int): error: undefined reference to 'malloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'snprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'strchr'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'memcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'memcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'memcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::priv::__get_floor_digits(std::priv::__basic_iostring<char>&, long double): error: undefined reference to 'strlen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function unsigned int std::priv::__write_floatT<long double>(std::priv::__basic_iostring<char>&, int, int, long double, char)
[clone .constprop.65]: error: undefined reference to 'snprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function unsigned int std::priv::__write_floatT<long double>(std::priv::__basic_iostring<char>&, int, int, long double, char)
[clone .constprop.65]: error: undefined reference to 'strlen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function unsigned int std::priv::__write_floatT<double>(std::priv::__basic_iostring<char>&, int, int, double, char) [clone
.constprop.66]: error: undefined reference to 'snprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function unsigned int std::priv::__write_floatT<double>(std::priv::__basic_iostring<char>&, int, int, double, char) [clone
.constprop.66]: error: undefined reference to 'strlen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::basic_string<char, std::char_traits<char>, std::priv::__iostring_allocator<char> >::_M_assign(char const*, char
const*): error: undefined reference to 'memmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put_float.o):num_put_float.cpp:function std::basic_string<char, std::char_traits<char>, std::priv::__iostring_allocator<char> >::_M_assign(char const*, char
const*): error: undefined reference to 'memmove'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/config/arm/lib1funcs.asm:1093: error: undefined reference to 'raise'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.c:233: error: undefined reference to 'abort'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.c:2011: error: undefined reference to 'fprintf'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.c:2012: error: undefined reference to 'fflush'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/libgcc2.c:2013: error: undefined reference to '__sF'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function (anonymous namespace)::CxaThreadKey::~CxaThreadKey(): error: undefined reference to 'pthread_key_delete'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function (anonymous namespace)::throwException(__cxxabiv1::__cxa_exception*): error: undefined reference to 'pthread_getspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function (anonymous namespace)::throwException(__cxxabiv1::__cxa_exception*): error: undefined reference to 'malloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function (anonymous namespace)::throwException(__cxxabiv1::__cxa_exception*): error: undefined reference to 'pthread_setspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_get_globals: error: undefined reference to 'pthread_getspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_get_globals: error: undefined reference to 'malloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_get_globals: error: undefined reference to 'pthread_setspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_get_globals_fast: error: undefined reference to 'pthread_getspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_allocate_exception: error: undefined reference to 'memset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function __cxa_allocate_exception: error: undefined reference to 'memset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function _GLOBAL__sub_I_cxxabi.cc: error: undefined reference to 'pthread_key_create'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function _GLOBAL__sub_I_cxxabi.cc: error: undefined reference to '__aeabi_atexit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(cxxabi.o):cxxabi.cc:function _GLOBAL__sub_I_cxxabi.cc: error: undefined reference to '__dso_handle'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_acquire: error: undefined reference to 'pthread_mutex_lock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_acquire: error: undefined reference to 'pthread_cond_wait'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_acquire: error: undefined reference to 'pthread_mutex_unlock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_acquire: error: undefined reference to 'pthread_mutex_unlock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_release: error: undefined reference to 'pthread_mutex_lock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_release: error: undefined reference to 'pthread_cond_broadcast'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_release: error: undefined reference to 'pthread_mutex_unlock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_abort: error: undefined reference to 'pthread_mutex_lock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_abort: error: undefined reference to 'pthread_cond_broadcast'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(one_time_construction.o):one_time_construction.cc:function __cxa_guard_abort: error: undefined reference to 'pthread_mutex_unlock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(vmi_class_type_info.o):vmi_class_type_info.cc:function __cxxabiv1::__vmi_class_type_info::walk_to(__cxxabiv1::__class_type_info const*, void*&, __cxxabiv1::__UpcastInfo&)
const: error: undefined reference to 'memcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(vmi_class_type_info.o):vmi_class_type_info.cc:function __cxxabiv1::__vmi_class_type_info::walk_to(__cxxabiv1::__class_type_info const*, void*&, __cxxabiv1::__UpcastInfo&)
const: error: undefined reference to '__assert2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(vmi_class_type_info.o):vmi_class_type_info.cc:function __cxxabiv1::__vmi_class_type_info::walk_to(__cxxabiv1::__class_type_info const*, void*&, __cxxabiv1::__UpcastInfo&)
const: error: undefined reference to '__assert2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dll_main.o):dll_main.cpp:function std::__Named_exception::__Named_exception(std::string const&): error: undefined reference to 'strlen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dll_main.o):dll_main.cpp:function std::__Named_exception::__Named_exception(std::string const&): error: undefined reference to 'strncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dll_main.o):dll_main.cpp:function std::__Named_exception::__Named_exception(std::__Named_exception const&): error: undefined reference to 'strncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(dll_main.o):dll_main.cpp:function std::__Named_exception::operator=(std::__Named_exception const&): error: undefined reference to 'strncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(strstream.o):strstream.cpp:function std::basic_streambuf<char, std::char_traits<char> >::_M_xsputnc(char, int): error: undefined reference to 'memset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ios.o):ios.cpp:function std::ios_base::xalloc(): error: undefined reference to 'pthread_mutex_lock'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ios.o):ios.cpp:function std::ios_base::register_callback(void (*)(std::ios_base::event, std::ios_base&, int), int): error: undefined reference to 'realloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ios.o):ios.cpp:function std::ios_base::pword(int): error: undefined reference to 'realloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ios.o):ios.cpp:function std::ios_base::_M_copy_state(std::ios_base const&): error: undefined reference to 'memmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ios.o):ios.cpp:function std::ios_base::iword(int): error: undefined reference to 'realloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::sync(): error: undefined reference to 'fflush'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::~stdio_streambuf_base(): error: undefined reference to 'fflush'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_istreambuf::uflow(): error: undefined reference to 'getc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_istreambuf::underflow(): error: undefined reference to 'getc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_istreambuf::underflow(): error: undefined reference to 'ungetc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::seekpos(std::fpos<mbstate_t>, int): error: undefined reference to 'fsetpos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::setbuf(char*, int): error: undefined reference to 'setvbuf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::seekoff(long, int, int): error: undefined reference to 'fseek'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_streambuf_base::seekoff(long, int, int): error: undefined reference to 'fgetpos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_ostreambuf::overflow(int): error: undefined reference to 'putc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_ostreambuf::overflow(int): error: undefined reference to 'fflush'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(stdio_streambuf.o):stdio_streambuf.cpp:function std::priv::stdio_istreambuf::pbackfail(int): error: undefined reference to 'ungetc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(iostream.o):iostream.cpp:function std::ios_base::sync_with_stdio(bool): error: undefined reference to '__sF'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(iostream.o):iostream.cpp:function std::ios_base::_S_initialize(): error: undefined reference to '__sF'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(iostream.o):iostream.cpp:function std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::_M_xsputnc(wchar_t, int): error: undefined reference to 'wmemset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(iostream.o):iostream.cpp:function std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::xsputn(wchar_t const*, int): error: undefined reference to 'wmemcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(iostream.o):iostream.cpp:function std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::xsgetn(wchar_t*, int): error: undefined reference to 'wmemcpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(collate.o):collate.cpp:function std::collate<char>::do_compare(char const*, char const*, char const*, char const*) const: error: undefined reference to 'memcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(ctype.o):ctype.cpp:function std::ctype<char>::ctype(std::ctype_base::mask const*, bool, unsigned int): error: undefined reference to 'pthread_mutex_init'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(monetary.o):monetary.cpp:function std::moneypunct<char, true>::moneypunct(unsigned int): error: undefined reference to 'pthread_mutex_init'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(monetary.o):monetary.cpp:function std::moneypunct<char, false>::moneypunct(unsigned int): error: undefined reference to 'pthread_mutex_init'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(monetary.o):monetary.cpp:function std::moneypunct<wchar_t, true>::moneypunct(unsigned int): error: undefined reference to 'pthread_mutex_init'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(monetary.o):monetary.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t>
const&): error: undefined reference to 'wcslen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(num_put.o):num_put.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::priv::__iostring_allocator<wchar_t> >::_M_insert_aux(wchar_t*, wchar_t):
error: undefined reference to 'wmemmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo_base(std::priv::_Time_Info_Base&, _Locale_time*): error: undefined reference to 'memcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo_base(std::priv::_Time_Info_Base&, _Locale_time*): error: undefined reference to 'memcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo_base(std::priv::_Time_Info_Base&, _Locale_time*): error: undefined reference to 'memcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo(std::priv::_WTime_Info&, _Locale_time*): error: undefined reference to 'wcslen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo(std::priv::_WTime_Info&, _Locale_time*): error: undefined reference to 'wcslen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::priv::_Init_timeinfo(std::priv::_WTime_Info&, _Locale_time*): error: undefined reference to 'wcslen'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<wchar_t, std::priv::_WTime_Info>(std::priv::__basic_iostring<wchar_t>&, std::ctype<wchar_t>
const&, char, char, std::priv::_WTime_Info const&, tm const*): error: undefined reference to 'sprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<wchar_t, std::priv::_WTime_Info>(std::priv::__basic_iostring<wchar_t>&, std::ctype<wchar_t>
const&, char, char, std::priv::_WTime_Info const&, tm const*): error: undefined reference to 'mktime'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<wchar_t, std::priv::_WTime_Info>(std::priv::__basic_iostring<wchar_t>&, std::ctype<wchar_t>
const&, char, char, std::priv::_WTime_Info const&, tm const*): error: undefined reference to 'sprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<wchar_t, std::priv::_WTime_Info>(std::priv::__basic_iostring<wchar_t>&, std::ctype<wchar_t>
const&, char, char, std::priv::_WTime_Info const&, tm const*): error: undefined reference to 'sprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<wchar_t, std::priv::_WTime_Info>(std::priv::__basic_iostring<wchar_t>&, std::ctype<wchar_t>
const&, char, char, std::priv::_WTime_Info const&, tm const*): error: undefined reference to 'sprintf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function void std::priv::__write_formatted_timeT<char, std::priv::_Time_Info>(std::priv::__basic_iostring<char>&, std::ctype<char>
const&, char, char, std::priv::_Time_Info const&, tm const*): error: undefined reference to 'mktime'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_assign(wchar_t const*, wchar_t const*):
error: undefined reference to 'wmemmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_assign(wchar_t const*, wchar_t const*):
error: undefined reference to 'wmemmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(time_facets.o):time_facets.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_assign(wchar_t const*, wchar_t const*):
error: undefined reference to 'wmemmove'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale.o):locale.cpp:function std::locale::facet::~facet(): error: undefined reference to 'pthread_mutex_destroy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale.o):locale.cpp:function std::locale::global(std::locale const&): error: undefined reference to 'setlocale'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale.o):locale.cpp:function std::locale::locale(char const*): error: undefined reference to 'strcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale.o):locale.cpp:function std::locale::locale(char const*): error: undefined reference to 'strcmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::Init::_M_count() const: error: undefined reference to '__aeabi_atexit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::Init::_M_count() const: error: undefined reference to '__dso_handle'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::~_Locale_impl(): error: undefined reference to 'pthread_mutex_destroy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::~_Locale_impl(): error: undefined reference to 'pthread_mutex_destroy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::_Locale_impl(char const*): error: undefined reference to 'pthread_mutex_destroy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::make_classic_locale(): error: undefined reference to 'memset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::make_classic_locale(): error: undefined reference to '__aeabi_atexit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::make_classic_locale(): error: undefined reference to '__aeabi_atexit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Locale_impl::make_classic_locale(): error: undefined reference to '__dso_handle'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::_Stl_get_global_locale(): error: undefined reference to '__dso_handle'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::assign(unsigned int, wchar_t): error:
undefined reference to 'wmemset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(locale_impl.o):locale_impl.cpp:function std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::assign(unsigned int, wchar_t): error:
undefined reference to 'wmemset'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function float std::abs<float>(std::complex<float> const&): error: undefined reference to 'hypot'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function double std::abs<double>(std::complex<double> const&): error: undefined reference to 'hypot'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function long double std::abs<long double>(std::complex<long double> const&): error: undefined reference to 'hypot'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function float std::arg<float>(std::complex<float> const&): error: undefined reference to 'atan2f'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function double std::arg<double>(std::complex<double> const&): error: undefined reference to 'atan2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function long double std::arg<long double>(std::complex<long double> const&): error: undefined reference to 'atan2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<float> std::polar<float>(float const&, float const&): error: undefined reference to 'cosf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<float> std::polar<float>(float const&, float const&): error: undefined reference to 'sinf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<double> std::polar<double>(double const&, double const&): error: undefined reference to 'cos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<double> std::polar<double>(double const&, double const&): error: undefined reference to 'sin'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<long double> std::polar<long double>(long double const&, long double const&): error: undefined reference to 'cos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::complex<long double> std::polar<long double>(long double const&, long double const&): error: undefined reference to 'sin'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<float> const&): error: undefined reference to 'hypot'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<float> const&): error: undefined reference to 'sqrtf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<float> const&): error: undefined reference to 'sqrtf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<double> const&): error: undefined reference to 'sqrt'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<double> const&): error: undefined reference to 'sqrt'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<long double> const&): error: undefined reference to 'sqrt'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::sqrt(std::complex<long double> const&): error: undefined reference to 'sqrt'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<float> const&): error: undefined reference to 'expf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<float> const&): error: undefined reference to 'cosf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<float> const&): error: undefined reference to 'sinf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<double> const&): error: undefined reference to 'exp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<double> const&): error: undefined reference to 'cos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<double> const&): error: undefined reference to 'sin'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<long double> const&): error: undefined reference to 'exp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<long double> const&): error: undefined reference to 'cos'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::exp(std::complex<long double> const&): error: undefined reference to 'sin'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<float> const&): error: undefined reference to 'atan2f'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<float> const&): error: undefined reference to 'log10'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<double> const&): error: undefined reference to 'atan2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<double> const&): error: undefined reference to 'log10'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<long double> const&): error: undefined reference to 'atan2'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log10(std::complex<long double> const&): error: undefined reference to 'log10'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log(std::complex<float> const&): error: undefined reference to 'atan2f'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log(std::complex<float> const&): error: undefined reference to 'log'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log(std::complex<double> const&): error: undefined reference to 'log'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::log(std::complex<long double> const&): error: undefined reference to 'log'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(float const&, std::complex<float> const&): error: undefined reference to 'logf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(float const&, std::complex<float> const&): error: undefined reference to 'expf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(float const&, std::complex<float> const&): error: undefined reference to 'cosf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(float const&, std::complex<float> const&): error: undefined reference to 'sinf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, float const&): error: undefined reference to 'log'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, float const&): error: undefined reference to 'atan2f'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, float const&): error: undefined reference to 'expf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, float const&): error: undefined reference to 'cosf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, float const&): error: undefined reference to 'sinf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<float> const&, std::complex<float> const&): error: undefined reference to 'expf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(double const&, std::complex<double> const&): error: undefined reference to 'exp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex.o):complex.cpp:function std::pow(std::complex<double> const&, double const&): error: undefined reference to 'exp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<float> const&): error: undefined reference to 'coshf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<float> const&): error: undefined reference to 'sinhf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<double> const&): error: undefined reference to 'cosh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<double> const&): error: undefined reference to 'sinh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<long double> const&): error: undefined reference to 'cosh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sin(std::complex<long double> const&): error: undefined reference to 'sinh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<float> const&): error: undefined reference to 'coshf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<float> const&): error: undefined reference to 'sinhf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<double> const&): error: undefined reference to 'cosh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<double> const&): error: undefined reference to 'sinh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<long double> const&): error: undefined reference to 'cosh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::cos(std::complex<long double> const&): error: undefined reference to 'sinh'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::tan(std::complex<float> const&): error: undefined reference to 'coshf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::tan(std::complex<float> const&): error: undefined reference to 'sinhf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sinh(std::complex<float> const&): error: undefined reference to 'sinhf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(complex_trig.o):complex_trig.cpp:function std::sinh(std::complex<float> const&): error: undefined reference to 'coshf'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(allocators.o):allocators.cpp:function std::priv::_Pthread_alloc_impl::_S_get_per_thread_state(): error: undefined reference to 'pthread_setspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(allocators.o):allocators.cpp:function std::priv::_Pthread_alloc_impl::_S_get_per_thread_state(): error: undefined reference to 'pthread_getspecific'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(allocators.o):allocators.cpp:function std::priv::_Pthread_alloc_impl::_S_get_per_thread_state(): error: undefined reference to 'pthread_key_create'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(allocators.o):allocators.cpp:function std::priv::_Pthread_alloc_impl::reallocate(void*, unsigned int, unsigned int&): error: undefined reference to 'realloc'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'isalpha'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'iscntrl'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'isprint'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'ispunct'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'isspace'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'isxdigit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'isupper'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_init: error: undefined reference to 'islower'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_toupper: error: undefined reference to 'toupper'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_tolower: error: undefined reference to 'tolower'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswalpha'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswcntrl'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswdigit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswprint'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswpunct'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswspace'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswxdigit'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswupper'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_ctype: error: undefined reference to 'iswlower'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_tolower: error: undefined reference to 'towlower'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_toupper: error: undefined reference to 'towupper'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _Locale_strcmp: error: undefined reference to 'strncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_strcmp: error: undefined reference to 'wcsncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_strcmp: error: undefined reference to 'wcsncpy'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_strcmp: error: undefined reference to 'wcscmp'
/home/zhangbin/android/android-ndk-r8e/sources/cxx-stl/stlport/libs/armeabi-v7a/libstlport_static.a(c_locale.o):c_locale.c:function _WLocale_strxfrm: error: undefined reference to 'wcsncpy'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/gthr-posix.h:739: error: undefined reference to 'pthread_once'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/emutls.c:158: error: undefined reference to 'calloc'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/gthr-posix.h:765: error: undefined reference to 'pthread_setspecific'
/s/ndk-toolchain/src/build/../gcc/gcc-4.4.3/libgcc/../gcc/gthr-posix.h:747: error: undefined reference to 'pthread_key_create'
root@Ubuntu32:/home/zhangbin/ffmpeg/ffmpeg-1.2# 

抱歉!评论已关闭.