码迷,mamicode.com
首页 > 移动开发 > 详细

linux 程序移植到Android

时间:2014-11-21 12:08:35      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:android   ar   sp   strong   文件   on   bs   linux   nbsp   

用动态链接的方法:

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

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

 

linux 程序移植到Android

标签:android   ar   sp   strong   文件   on   bs   linux   nbsp   

原文地址:http://www.cnblogs.com/ahuo/p/4112346.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!