系统平台:Ubuntu 16.04 64bit
目标平台:MT7688(主芯片)
交叉工具链:mipsel-openwrt-linux-
1. 源码下载地址:https://www.openssl.org/source/
2. 配置参数
./config no-asm
3. 修改Makefile
--- openssl/Makefile 2016-11-10 11:58:20.988039246 +0800 +++ openssl-1.0.2g/Makefile 2016-11-10 12:04:35.758891868 +0800 @@ -26,12 +26,10 @@ # for, say, /usr/ and yet have everything installed to /tmp/somedir/usr/. # Normally it is left empty. INSTALL_PREFIX= -#INSTALLTOP=/usr/local/ssl -INSTALLTOP= /home/goockr/openssl_mip