I haven't tried a cross compile however there might be some useful tips out there from others:
http://stackoverflow.com/questions/14743482/how-to-cross-compile-thrift-for-arm http://stackoverflow.com/questions/17799753/cross-compiling-apache-thrift-program-for-armhf Note in the thrift master right now, we did remove those two AC_ entries from configure. They cause a warning during bootstrap but it was done to alow for clang static analysis. Sorry I can't be of more help... - Jim -----Original Message----- From: Samba Siva Karthik Bollam [mailto:[email protected]] Sent: Wednesday, February 8, 2017 9:37 PM To: [email protected] Subject: Need help to cross compile thrift to armel on Ubuntu 14.04LTS Hi I am trying to cross compile thrift to armel using ./configure --host=arm-linux-gnueabi --without-java --without-qt4 --without-python --with-c_glib --with-cpp --without-test make But I am getting errors make[4]: Entering directory `/home/XXXXXCode/thrift/thrift/lib/cpp/test' ../../../compiler/cpp/thrift --gen cpp ../../../test/DebugProtoTest.thrift /lib/ld-linux.so.3: No such file or directory I would appreciate if anyone can help me to get the cross compile Karthik --------------------------------------------------------------------------------------- PRIVACY STATEMENT: This message is a PRIVATE communication. This message and all attachments are a private communication sent by SimpliVity and are considered to be confidential or protected by privilege. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the information contained in or attached to this message is strictly prohibited. Please notify the sender of the delivery error by replying to this message, and then delete it from your system. ---------------------------------------------------------------------------------------
