Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Hi
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 - Altera_Forum
Honored Contributor
Hi,
You can create a "Managed Library Project" in NiosII IDE. Following the steps below: 1.New a project 2.Choose Altera NiosII->Managed Library Project The more info pls find in NiosII IDE->Help->Help Content, and search with the key word "Managed Library".