Page 1 of 1

How to compile bullet for ARM?

Posted: Tue Jul 08, 2014 11:12 am
by vaxon
I just downloaded bullet-2.82-r2704 and tried to cross-compile it for ARM.
I did the following:

Code: Select all

./autogen.sh
./configure --host=arm-linux-gnueabihf
After a while I got the following error:

Code: Select all

configure: error: Unknown Architecture
How do I cross-compile bullet?

Thanks,
V.

Re: How to compile bullet for ARM?

Posted: Mon Jul 14, 2014 6:08 pm
by Erwin Coumans
I would suggest trying out CMake to cross-compile, or use premake.

Alternatively create and use your own favorite way of cross-compilation build environment and add the Bullet/src files to that. Bullet has no external dependencies and requires no special preprocessor definitions so it should be very simple.

Thanks,
Erwin