linux测试
lee1106hello
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
arm-eabi-gcc hello.c error
$apt-cache search linaro | grep gcc $sudo apt-get install gcc-arm-linux-gnueabi $arm-linux-gnueabi-gcc hello.c 原android不支持libc等库原创 2012-03-09 16:21:26 · 1090 阅读 · 0 评论 -
adb push的Permission denied
转http://www.cnblogs.com/zhanglanyun/archive/2012/01/03/2310968.html zhanglanyun@zhanglanyun:~$ adb push hello /data/hello failed to copy 'hello' to '/data/hello': Permission denied 然后查找资料,运行命令如下转载 2012-03-09 16:06:05 · 3050 阅读 · 0 评论 -
sh: ./hello: not executable: magic 7F45
¥arm-linux-gnueabi-gcc hello.c --static -o hello 编成静态原创 2012-03-09 16:35:03 · 12956 阅读 · 1 评论 -
make error139
$sudo cp arm-eabi-ld.gold arm-eabi-ld $make原创 2012-03-19 16:48:26 · 1756 阅读 · 0 评论
分享