Compile OpenSSL from source using Xilinx EDK
Posted
by
Asanka
on Stack Overflow
See other posts from Stack Overflow
or by Asanka
Published on 2014-08-25T03:38:58Z
Indexed on
2014/08/25
4:20 UTC
Read the original article
Hit count: 542
I want to use openSSL functions in my xilinx C++ project. So i downloaded the source and tried to compile using the makefile. But unfortunately the linux box I was provided did not contained the required software (perl5, make, etc) to compile the source using makefile.
So as the second option i tried to compile the source as a shared library. So i made a new project using existing openSSL source. But all the attempts were failed since it gave lots of errors including missing headers, unknown defines etc.
If someone knows how to compile openssl as a shared library using Xilinx toolchains please help me. It would be really helpful if someone can provide the complete project which can be opened using Xilinx EDK. If better alternative exists to use openssl with xilinx toolchains please explain that also. Thanks in advance....
© Stack Overflow or respective owner