In general for cross-compiling you run ./Configure with various options, 
perhaps after setting up some environment variables like CC to point to your 
development tools. For example, to build Linux 32-bit on my 64-bit build 
machine I start with:

./Configure linux-elf -m32 plus --openssldir= and --prefix= options pointing to 
where I want "make install" to put things

Here's one guys way of doing something close to what you want to do:

http://embeddedfreak.wordpress.com/2010/11/23/cross-compiling-openssl-1-0-0b-for-arm926ej-s/

Andrew

From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Tapas Behera
Sent: Tuesday, August 12, 2014 9:58 AM
To: openssl-users@openssl.org
Subject: How to Cross Compile OpenSSL for arm-none-eabi arch?


How to Cross Compile OpenSSL for arm-none-eabi arch?

Reply via email to