Compiling and Using Static Library iMX6

I am trying to incorporate ALGLIB into my project. This library is provided as many .cpp and .h files, which are supposed to be compiled separately into a static library. I need to then link to this static library.

How do I incorporate this library into my project using Eclipse?

Dear @aronerman17,’

I found this youtube link: https://www.youtube.com/watch?v=7YidxE3O7ms is relevant to your request. You need to choose Cross GCC instead of Linux GCC on the tutorial.

Please follow this documentation : https://developer.toradex.com/getting-started/module-2-my-first-hello-world-in-c/configure-eclipse for the hello-world eclipse project. More eclipse projects can found here : https://developer.toradex.com/search?q=Eclipse

Please let me know if you face any issues with this.