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