用动态链接的方法:

arm-linux-gcc hello.c -o hello.out -Wl,-dynamic-linker=/system/lib/ld-linux.so.3

并且拷贝文件到安卓系统目录下/system/lib/ld-linux.so.3

 -static 静态链接

相关文章:

  • 2021-10-13
  • 2022-02-07
  • 2022-03-06
  • 2021-12-13
  • 2021-09-27
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-01-03
相关资源
相似解决方案