按照这个教程https://www.zybuluo.com/caipiz/note/1396788
我向您一样遇见了这个问题,请问您解决了吗?
安装openssl:
tar zxf openssl-3.0.1.tar.gz
cd openssl-3.0.1/
mkdir openssl_install
./config no-asm
shared
--prefix=/home/xiaopang/curl/openssl-3.0.1/openssl_install
--cross-compile-prefix=arm-linux-gnueabihf-
gedit Makefile
#编辑Makefile文件 搜索-m64 都去掉,保存(参考下图),不去掉编译会报错。
make -j8
make install