the log says that you are using g++ and not a cross compiler

I recommend using cmake, see here:
https://github.com/apache/thrift/blob/master/build/cmake/README.md

mkdir cmake-build && cd cmake-build
cmake -DCMAKE_C_COMPILER=arm-none-linux-gnueabi-gcc -DCMAKE_CXX_COMPILER=arm-none-linux-gnueabi-g++ ..

cheers
-roger

Quoting Chris Seto <[email protected]>:

Hi,

I am attempting to compile Thrift on an ARM-Linux platform, but with both the codebase on git and the released tarbar, I am getting a very non-descriptive error with regards to ThrfitTest_constants.lo

make log: http://pastebin.com/2fpDgPGv
config.log: http://pastebin.com/wCst5Gg4

Any ideas?

Thanks,
Chris
--

======
Chris Seto
http://www.chrisseto.com
======


Reply via email to