zynq ethtool 交叉编译

Posted huakaimanlin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zynq ethtool 交叉编译相关的知识,希望对你有一定的参考价值。

下载ethtool源码

 https://mirrors.edge.kernel.org/pub/software/network/ethtool/

tar -xvf ethtool-4.17.tar.xz

cd ethtool-4.17

./configure  --host=arm-linux CC=arm-xilinx-linux-gnueabi-gcc  LDFLAGS=-static

make

以上是关于zynq ethtool 交叉编译的主要内容,如果未能解决你的问题,请参考以下文章

交叉编译出现提示 plugin needed to handle lto object

Zynq 开发板上直接使用g++ 编译应用软件

树莓派交叉编译(PS交叉编译链下载安装带WiringPi库交叉编译)

交叉编译和交叉调试环境搭建及使用

深入理解交叉编译(Cross Compile)

QtCreator配置交叉编译工具链