[Switch] iperf tool for Android

Source: Internet
Author: User
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 + 0 xedc): 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.