码迷,mamicode.com
首页 > 其他好文 > 详细

openssl交叉编译

时间:2019-12-18 22:07:20      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:open   class   linu   openssl   ssl   sha   tar   shared   linux   


title: openssl交叉编译
date: 2019/12/18 21:09:33
toc: true
---

openssl交叉编译

tar xvf openssl-1.0.2t.tar.gz openssl-1.0.2t
export CC=arm-linux-gcc
mkdir arm
./config no-asm shared --prefix=$(pwd)/arm
# 去除-m64
vi Makefile
make
#这里有错误 但是可以不管好像

openssl交叉编译

标签:open   class   linu   openssl   ssl   sha   tar   shared   linux   

原文地址:https://www.cnblogs.com/zongzi10010/p/12063710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!