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 libnl Build
Before starting[edit]
Before starting you need to complete the following sections:
- Setup build environment variables <Setting build environment>
Downlaod and Build the libnl package[edit]
- Downlod libnl-2.0 package from this location
- Extract the zip file to your PC
- Change to the libnl-2.0 source directory
- Configure and build the package:
./configure --prefix=${NFSROOT} CC=${CROSS_COMPILE}gcc --host=arm-linux LD=${CROSS_COMPILE}ld make make install
For more details regarding libnl please refer to the openSSL home page
HOME