开发者

Android NDK: fully compile in arm mode

How to compile 开发者_开发技巧native code in arm mode? After setting LOCAL_ARM_MODE to "arm",recompiling(including STLport) and starting app, I got SIGBUS exception in /system/lib/libstdc++.so. So I can assume that that libstdc++.so complide in thumb mode. How to compile app fully in arm mode?Or recompile libstdc++ in arm mode and link it statically.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜