用动态链接的方法:
arm-linux-gcc hello.c -o hello.out -Wl,-dynamic-linker=/system/lib/ld-linux.so.3
并且拷贝文件到安卓系统目录下/system/lib/ld-linux.so.3
时间: 2024-11-09 00:14:46
用动态链接的方法:
arm-linux-gcc hello.c -o hello.out -Wl,-dynamic-linker=/system/lib/ld-linux.so.3
并且拷贝文件到安卓系统目录下/system/lib/ld-linux.so.3