Altera_Forum
Honored Contributor
21 years agolibs for NIOSII
Hi all, do anyone have found information about building a library for the niosII and how I can use this library in IDE projects? Thank you for help. Siegmar
Hi Stephen,
first thanks for the example and the document how to build a lib with an advanced project, it was very helpfull and it works as expected. But there is one problem left, even if I insert the <CFLAGS = -g> I am not able to step into the lib because instead of opening the source the IDE opens the "source not found" window. I am wondering about the settings for "source code location" accessible in the preferences or in the "source not found" window. It seems that these settings will be ignored. (I have tried with and without entering the path to the sources of the lib). Also I am confused about the path format: cygwin works with the /cygdrive/c/... path (also uses unix like forslash) but the IDE works with c:\... (also uses backslashes). How do this works together? Thank you for help Siegmar