NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
OMAP Wireless Connectivity OpenSource OpenSSL Build
Before starting[edit]
Before starting you need to complete the following sections:
- Setup build environment variables <Setting build environment>
Downlaod and Build the openSSL package[edit]
- Downlod openssl-1.0.0d package from this location
- Extract the zip file to your PC
- Change to the openSSL 1.0.0d source directory
- Configure and build the package:
./Configure --openssldir=${NFSROOT} shared os/compiler:${CROSS_COMPILE} make CC=${CROSS_COMPILE}gcc RANLIB=${CROSS_COMPILE}ranlib make install
For more details regarding openSSL please refer to the openSSL home page
HOME