linux arm-v5te-linux-gnueabi工具链的openssl交叉编译 [英] cross compiling of openssl for linux arm-v5te-linux-gnueabi toolchain

查看:45
本文介绍了linux arm-v5te-linux-gnueabi工具链的openssl交叉编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为 linux arm-v5te-linux-gnueabi 工具链交叉编译 openssl.我有 openssl-0.9.8r 版本我试过./Configure --prefix=/usr --openssldir=/usr/sbin 线程 zlib 共享 no-asm linux-armv4导出 CROSS_COMPILE=arm-v5te-linux-gnueabi-

cross compiling of openssl for linux arm-v5te-linux-gnueabi toolchain. I have the version openssl-0.9.8r I tried ./Configure --prefix=/usr --openssldir=/usr/sbin threads zlib shared no-asm linux-armv4 export CROSS_COMPILE=arm-v5te-linux-gnueabi-

但无济于事.

我非常需要遵循将其交叉编译为 openssl 二进制文件的基本步骤.我已经通过链接尝试了多个建议,因此迫切需要提出一个新问题.

Im in much need of the basic steps to follow to crosscompile it to the openssl binary. I've already tried multiple suggestions across the links, hence in dire need to open a new question.

请帮忙

推荐答案

这个有效:

./Configure linux-generic32 shared  -DL_ENDIAN --prefix=/home --openssldir=/home
make CC=arm-v4t-linux-gnueabi-gcc RANLIB=arm-v4t-linux-gnueabi-ranlib LD=arm-v4t-linux-gnueabi-ld MAKEDEPPROG=arm-v4t-linux-gnueabi-gcc PROCESSOR=ARM

这篇关于linux arm-v5te-linux-gnueabi工具链的openssl交叉编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆