Forum Discussion
Altera_Forum
Honored Contributor
20 years agocreate independant library under IDE
Hi all, How can I compile a C library source files under the Nios II IDE? I have the sources and the includes and I want to build the libray (files like *.a). Best regards http://forum.niosfor...
Altera_Forum
Honored Contributor
20 years agoHi
Just go in Altera system manage library and make a *.a (static library). It is independent of *.ptf Now create your C/C++ application using your NIOS IDE and link the Library name and its path to the current project using Linker option under "C/C++ build" option. And you can get the help from NIOD IDE help also.... Best Regards, slsnios