Forum Discussion
Altera_Forum
Honored Contributor
17 years agoLinking libraries to a Nios II IDE project
Can I link libraries to a project using the Nios II IDE tools? I am using v9.0 and I want to link the OpenCV libraries to my project.
Altera_Forum
Honored Contributor
17 years agoYou must recompile theese libraries using the nios2-gnutools librarian, it should be possible changing the Makefile. Then, you can link your application with them using -l link flag. Be carefull with possible Native machine code on the libraries sources or OS dependent.