- 下載source code (官網: http://www.netperf.org/)
$
wget ftp://ftp.netperf.org/netperf/netperf-2.7.0.tar.gz - 解壓縮套件
$ tar zxvf netperf-2.7.0.tar.gz
- 進入source code目錄執行configure配置編譯選項
$ ./
configure CC=/opt/ti -am335x-linux -devkit -08.00.00.00/bin/arm-linux -gnueabihf -gcc --host arm --config-cache - 若有出現下列錯誤,則執行執行步驟5,否則直接執行步驟6進行編譯即可
checking for sys/socket. h... (cached ) yes checking types of arguments for select...int , fd_set *, struct timeval * checking whether setpgrp takes no argument...configure : error: cannot check setpgrp when cross compiling - 修正setpgrp錯誤
$ echo "ac_cv_func_setpgrp_void=yes" > config
. cache - 執行編譯
$ make
- 編譯成功後可在src目錄下看到netperf與netserver,即可傳到目標機台上進行驗證
2016/1/12
Cross Compile For netperf
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言