wpa_supplicant-2.6源码交叉编译

18 篇文章 0 订阅


源码下载官网:

https://w1.fi/releases/

libnl-1.1.4交叉编译:https://blog.csdn.net/hinyunsin/article/details/6029403

下载源码:http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz

CC=交叉编译器, --host=编译适配主机的类型(在运行主机上通过uname -m查看)

./configure CC=arm-none-linux-gnueabi-gcc --prefix=$(pwd)/build --host=arm-none-linux-gnueabi
make clean -w
make
make install

 

openssl编译:https://blog.csdn.net/fangye945a/article/details/86658621

下载源码:https://www.openssl.org/source/openssl-1.1.1e.tar.gz
Makefile删除-m64

./config no-asm shared no-async --prefix=$(pwd)/install --cross-compile-prefix=arm-none-linux-gnueabi-
make
make install

wpa_supplicant源码:

wget https://w1.fi/releases/wpa_supplicant-2.6.tar.gz
Makefile添加:

cp defconfig .config(可配置编译选项)
make

 

http://blog.sina.com.cn/u/1683998244

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值