flyfish
版本
执行编译Ubuntu18.04
openssl-1.1.1q
下载地址 https://www.openssl.org/source/
curl-7.65.3
下载地址 https://curl.se/download/
以下放置一行,终端运行。下面分行显示是为了容易看清是什么配置
./config
no-asm
no-sse2
--prefix=/your_souce_code_path/openssl-1.1.1q/prefix
--cross-compile-prefix=/you_tool_path/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
编辑Makefile文件,删除Makefile文件中的 -m64
make
make install
./configure
--with-ssl=/your_souce_code_path/openssl-1.1.1q/prefix
--prefix=/your_souce_code_path/curl-7.65.3/prefix
--host=arm-linux-gnueabihf CC=/you_tool_path/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc
make
make install