In message 
<CA+oaCG5ew-wdHhN0WowEEKEqAK=izudfe72ftrjep1hhkjg...@mail.gmail.com>, Tapas 
Behera avows:
%--- Begin Cite ---%
> 
> How to Cross Compile OpenSSL for arm-none-eabi arch?
> 
%--- End Cite ---%      

Add the following to your config command:

        --cross-compile-prefix=$(CROSS_COMPILE_PREFIX)

where CROSS_COMPILE_PREFIX looks something like:
        /home/jtt/Work/dar/INSTALL/toolchain/bin/arm-linux-androideabi-

So if you look in your toolchain's bin directory, you will see a lot of
standard unix development utilities that each sport a prefix like
"arm-linux-androideabi-". Set CROSS_COMPILE_PREFIX so that includes the
full path to this bin directory plus the prefix -- and please note that
the trailing hyphen is *critical*; do not neglect it.

Cheers,
/jtt

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to