1.硬件平台准备

硬件平台:hisi3559V100
编译链接 aarch64-himix100-linux

2.iperf3交叉编译

#./configure --target=arm-linux --host=aarch64-himix100-linux --prefix=/home/a/iperf/ CFLAGS=-static --enable-static LDFLAGS=-static --disable-shared

修改src/Makefile

iperf3_profile_CFLAGS = -g
iperf3_profile_LDADD = libiperf.la
iperf3_profile_LDFLAGS = -g

#make
#make install

海思3559整合iperf3

相关文章: