Forum Discussion
Altera_Forum
Honored Contributor
14 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 d...
Altera_Forum
Honored Contributor
14 years agoHi,
so I have an update on my problem. For now i found a workaround which isn't nice but seems to work. I created the lib, name it libA, as described in the documentation, then created another library, named libB, without any c-code in it and copied the libA in. Afterwards I renamed libA to libB. Now i can include libB as a library project to my original project. I'm going to try to use this approach on another pc, where the original code for the lib isn't present. I'll report on any progress