摘要: ftp必须用二进制模式上传才可以sqlite3arm-linux-gcc hello.c -o hello.cgi -I /cgi/include -L /cgi/lib -static -lsqlite3 -lpthread -ldl 阅读全文
posted @ 2014-11-21 23:16 ahuo 阅读(2216) 评论(0) 推荐(0) 编辑
摘要: 用动态链接的方法: arm-linux-gcc hello.c -o hello.out -Wl,-dynamic-linker=/system/lib/ld-linux.so.3 并且拷贝文件到安卓系统目录下/system/lib/ld-linux.so.3 -static 静态链接 阅读全文
posted @ 2014-11-21 11:05 ahuo 阅读(1006) 评论(0) 推荐(0) 编辑