linux arm-v5te-linux-gnueabi工具链的openssl交叉编译

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