Brief introduction of transplant of OpenSSL under Arm-linux

Source: Internet
Author: User
Tags openssl perl script

Yzs<yiluohuanghun@gmail.com>

Version: OpenSSL 1.0.0b

Tar xvf openssl-1.0.0b.tar.gz

CD openssl-1.0.0b

I. Recommended METHODS of compiling

Note that this is not a common configure, but a script config

Ar= "Arm-linux-ar" Ranlib=arm-linux-ranlib Cc=arm-linux-gcc/usr/bin/perl./configure shared linux-armv4--prefix= "$ Pwd/.. /.. /output/arm-linux "

AR/RANDLIB/C environment variable is to ensure that Arm-linux series tools are used in makefile

/usr/bin/perl./configure represents the execution of a Perl script

Configure, note that the first letter is uppercase.

Shared means that you want to compile the dynamic library.

LINUX-ARMV4 represents the target platform name, I use the s3c6410 platform,

This should be able to use ARMV4 's instructions.

--prefix indicates the installation directory.

Make

Make install

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.