Android 交叉编译程序提示(not found)

原因是缺少库文件,

解决办法:arm-linux-readelf -a helloword | grep NEEDED 拷贝so文件到安卓下

或者 arm-linux-gcc hello.c -o hello -static

posted @ 2014-11-20 15:11  ahuo  阅读(333)  评论(0编辑  收藏  举报