zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

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

Android not 提示 found 交叉
2023-09-14 08:58:29 时间

原因是缺少库文件,

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

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