포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

저는 arndale board에서 테스트하였습니다.

JellyBean 입니다.


첨부파일을 external 디렉토리에서 압축을 푸신 후


android top 디렉토리에서....


source arndale_envsetup.sh


하시고(이는 개발타겟에 따라 많이 틀립니다.


cd external/iperf-2.0.4


다음과 같이 컴파일 하시면 됩니다.


root@godori:/hdd/arndale/01.openjb/03.20130116-jb-open/external/iperf-2.0.4# mm


make: Entering directory `/hdd/arndale/01.openjb/03.20130116-jb-open'

target thumb C++: iperf <= external/iperf-2.0.4/Client.cpp

target thumb C++: iperf <= external/iperf-2.0.4/List.cpp

target thumb C++: iperf <= external/iperf-2.0.4/main.cpp

target thumb C++: iperf <= external/iperf-2.0.4/Server.cpp

target thumb C++: iperf <= external/iperf-2.0.4/Launch.cpp

target thumb C++: iperf <= external/iperf-2.0.4/Listener.cpp

target thumb C++: iperf <= external/iperf-2.0.4/PerfSocket.cpp

target thumb C++: iperf <= external/iperf-2.0.4/Settings.cpp

target thumb C++: iperf <= external/iperf-2.0.4/delay.cpp

target thumb C: iperf <= external/iperf-2.0.4/Extractor.c

target thumb C: iperf <= external/iperf-2.0.4/Locale.c

target thumb C: iperf <= external/iperf-2.0.4/Reporter.c

target thumb C: iperf <= external/iperf-2.0.4/sockets.c

target thumb C: iperf <= external/iperf-2.0.4/gnu_getopt.c

target thumb C: iperf <= external/iperf-2.0.4/ReportCSV.c

target thumb C: iperf <= external/iperf-2.0.4/service.c

target thumb C: iperf <= external/iperf-2.0.4/stdio.c

target thumb C: iperf <= external/iperf-2.0.4/gnu_getopt_long.c

target thumb C: iperf <= external/iperf-2.0.4/ReportDefault.c

target thumb C: iperf <= external/iperf-2.0.4/SocketAddr.c

target thumb C: iperf <= external/iperf-2.0.4/tcp_window_size.c

target thumb C: iperf <= external/iperf-2.0.4/error.c

target thumb C: iperf <= external/iperf-2.0.4/inet_ntop.c

target thumb C: iperf <= external/iperf-2.0.4/signal.c

target thumb C: iperf <= external/iperf-2.0.4/string.c

target thumb C: iperf <= external/iperf-2.0.4/gettimeofday.c

target thumb C: iperf <= external/iperf-2.0.4/inet_pton.c

target thumb C: iperf <= external/iperf-2.0.4/snprintf.c

target thumb C: iperf <= external/iperf-2.0.4/Thread.c

target Executable: iperf (out/target/product/arndale/obj/EXECUTABLES/iperf_intermediates/LINKED/iperf)

target Symbolic: iperf (out/target/product/arndale/symbols/system/xbin/iperf)

Export includes file: external/iperf-2.0.4/Android.mk -- out/target/product/arndale/obj/EXECUTABLES/iperf_intermediates/export_includes

target Strip: iperf (out/target/product/arndale/obj/EXECUTABLES/iperf_intermediates/iperf)

Notice file: external/iperf-2.0.4/NOTICE -- out/target/product/arndale/obj/NOTICE_FILES/src//system/xbin/iperf.txt

Install: out/target/product/arndale/system/xbin/iperf


root@godori:/hdd/arndale/01.openjb/03.20130116-jb-open/external/iperf-2.0.4# adb remount

remount succeeded

root@godori:/hdd/arndale/01.openjb/03.20130116-jb-open/external/iperf-2.0.4# adb push ../../out/target/product/arndale/system/xbin/iperf /system/xbin

2280 KB/s (42472 bytes in 0.018s)

root@godori:/hdd/arndale/01.openjb/03.20130116-jb-open/external/iperf-2.0.4# adb shell


root@android:/ # iperf

Usage: iperf [-s|-c host] [options]

Try `iperf --help' for more information.


그럼....

List of Articles
번호 제목 글쓴이 날짜 조회 수sort
34 Android 포팅 및 개발방법 개요 file [24] 고도리 2010-02-22 22730
33 구글 크롬 OS 다운로드 [1] 김충헌 2009-11-21 21863
32 Android Serial(COM)Port 사용 하기(Odroid -T) file [6] stshyoung 2011-04-08 18447
31 Android Binder Examples file 김재훈 2009-04-09 17466
30 안드로이드 강좌 6 - Java 코드(Code)에서 뷰(View) 다루기 김재훈 2009-04-08 16749
29 안드로이드 강좌 4 - 액티비티(Activity), 뷰(View), 레이아웃(Layou... 김재훈 2009-04-08 16718
28 이클립스 및 안드로이드 SDK 설치 가이드 file [1] 김재훈 2009-04-08 15685
27 안드로이드 강좌 5 - XML에서의 TextView, ImageView, LinearLay... 김재훈 2009-04-08 15487
26 안드로이드 choosecombo howto [4] 최규호 2010-05-15 14556
25 Android a Programmers Guide file 김재훈 2009-04-08 13408
24 이클립스에서 안드로이드 자바 소스 보기 김재훈 2009-04-08 13389
23 구글 안드로이드 오픈코어 S/W 분석 사이트 링크 ... 장석원 2010-03-27 13381
22 Android Doom~ file [10] 최종환 2010-02-09 13336
21 Google Chrome OS vmware 이미지 돌려 본것입니다. file 최종환 2009-11-21 13214
20 Understanding the Dalvik bytecode with the Dedexer tool file [1] 최종환 2010-03-02 12956
19 The dedexer disassembler file [2] 최종환 2010-03-02 12810
18 Google Chrome OS 다운이 가능 한거같군요 [1] 최종환 2009-11-21 12515
17 Android Key Generate 프로그램 file 최종환 2010-03-02 12398
16 droiddraw.org 라는 싸이트가 있네요 전호철 2010-02-26 12117
15 이클립스에서 안드로이드 SDK 소스 연결하기 김재훈 2009-04-08 12075

사용자 로그인