openssl交叉编译

Posted zongzi10010

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openssl交叉编译相关的知识,希望对你有一定的参考价值。


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交叉编译的主要内容,如果未能解决你的问题,请参考以下文章

海思 himix200交叉编译openssl

在Linux下使用MinGW静态交叉编译带有zlib的libcurl(包括交叉编译openssl,即--cross-compile-prefix=i686-w64-mingw32- mingw)(代码

mips编译器交叉编译openssl

海思 himix200交叉编译openssl

君正X2000交叉编译openssl

Openssl 交叉编译指定编译器