I need to Cross compile an application that uses the following libraries:
libnfnetlink-1.0.1
libmnl-1.0.3
libnetfilter_queue-1.0.2
The application code works perfectly under the ubunutu x86 tools after I use the normal configure-make-install methodology.
However, once I start the process of attempting to cross compile the app, all of my libraries are not available. I understand that they have not been installed and I have seen several articles that discuss the use of the ./configure command and the "host" parameter to setup the libraries for various platforms for cross comipling. I just have not been able to find a good example on the procedure to use on the AM335x platform.
Is therre a good example or do you have an alternate method to perform these operations for the am335x Avaal version of Linux?
Thanks,
Ralph