How to compile bullet for ARM?

Post Reply
vaxon
Posts: 4
Joined: Wed Jul 24, 2013 9:52 pm

How to compile bullet for ARM?

Post 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.
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: How to compile bullet for ARM?

Post 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
Post Reply