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
Post a Comment