0
点赞
收藏
分享

微信扫一扫

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

原因是缺少库文件,

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

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




举报

相关推荐

0 条评论