Altera_Forum
Honored Contributor
13 years agoInclude Library in project
Hi all,
because I couldn't find anything on the net so far, I'm posting my problem here. I'm trying to pack parts of my NIOS-Code as a library and include it in another project using following documentation: [Sorry, but i am not allowed to post links by now] n2sw_nii52017.pdf from altera All I have to do is described on Page 25. The creating part of the library is working very well, but I'm not able to use it, because the compiler won't find it. I even created a very simple lib containing only one function, which litteraly does nothing. I even copied my library directly to the root of my project, which is trying to use it. Edit: My System: I am using the NiosII-Eds provided with Quartus 9.1sp2 on WindowsXP. I have full administration rights on this machine I hope anyone here could help me out. Thx so far