How to cross-compile thrift for ARM -



How to cross-compile thrift for ARM -

i tried command configure thrift,

./configure cxx=arm-linux-gnueabi-g++ cc=arm-linux-gnueabi-gcc --prefix=/arms/thrift --host=arm-linux-gnueabi --with-cpp --with-boost=/path-to-boost-for-arm

and met next error msg

checking boostlib >= 1.40.0... yes checking libevent >= 1.0... configure: error: in `/arms/thrift-0.9.0': configure: error: cannot run test programme while cross compiling

is there solution?

you error because dependency it's trying find missing. first cross compile dependency it's searching for.

./configure --help

here find how include dependencies.

--with-(dependency)=path-to-compiled-bin

arm thrift cross-compiling

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -