What steps will reproduce the problem?
the neon instruction only available for armv7.
patch the src directory ,
change
#elif defined( __arm__ )
to
#elif defined( __armv7__ )
hope this can help other.
http://code.google.com/p/gamekit/issues/detail?id=266
Original issue reported on code.google.com by lin...@gmail.com on 5 Sep 2012 at 9:20
Original issue reported on code.google.com by
lin...@gmail.com
on 5 Sep 2012 at 9:20Attachments: