Steps to generate iperf running on Android

1. download iperf source from sourceforge.net,http://sourceforge.net/projects/iperf/

2. download toolchain from codesourcery,http://www.codesourcery.com/sgpp/lite/arm/portal/release644

3. enter iperf source folder, run configure command
$./configure –host=arm-linux CXX=$(PATH_OF_arm-none-linux-gnueabi-g++) CXXFLAGS=-static
CC=$(PATH_OF_arm-none-linux-gnueabi-gcc) CFLAGS=-static

4. make
notes:
If error liking “Reporter.o:Reporter.c:(.text+0xedc): more
undefined references to `rpl_malloc'”, modify config.h, and comment
the line “#define malloc rpl_malloc”, then make again

5 generated iperf can run on Android platform.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)3G 拨号脚本
  2. ViewPage 翻页滑动
  3. Android获取运营商信息
  4. Android自动填写获取到的验证码
  5. Android(安卓)对象序列化 Serializable实
  6. Android(安卓)Json封装工具类
  7. android 蓝牙 service discovery failed
  8. Android实现异步加载
  9. android widget的预览图
  10. 自定义定时器