移植ethtool到arm平臺
剩下的事情,幾條命令搞定。
本文引用地址:http://m.butianyuan.cn/article/201611/317671.htmtar -xzf ethtool-3.15.tar.gz
cd ethtool-3.15./configure --host=arm-linux CC=arm-none-linux-gnueabi-gcc LDFLAGS=-static
make
cpethtool /path/to/rootfs/bin/
EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > 移植ethtool到arm平臺
剩下的事情,幾條命令搞定。
本文引用地址:http://m.butianyuan.cn/article/201611/317671.htmtar -xzf ethtool-3.15.tar.gz
cd ethtool-3.15make
cpethtool /path/to/rootfs/bin/
評論