2011年3月7日
摘要: 一.transmission-1.93的arm-linux交叉编译 1. openssl-0.9.8b 交叉编译 ./Configure --prefix=/home/nxx/workspace/bt/transmission/arm \ no-asm no-shared os/compiler:arm-linux-gcc -----------------------------... 阅读全文
posted @ 2011-03-07 19:13 Braincol 阅读(3099) 评论(0) 推荐(0)
摘要: arm-linux-strip files 可以减少文件的大小: 比如交叉编译之后的transmissioncli 的大小为7.2M ,但是经过“arm-linux-strip transmissioncli”命令之后,transmissioncli的大小即变为了2.5M,小了很多很多。 find 和 xargs 配合使用删除所有指定类型的文件: 比如删除当前目录及其子目录下所... 阅读全文
posted @ 2011-03-07 19:00 Braincol 阅读(403) 评论(0) 推荐(0)