Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNios II Advanced C/C++ project
Hello, I am new to this forum and new to NIOS II. I started with some simple application on the NIOS II using the Eclipse IDE. Everything worked fine so far. Now I tried to includee some sha...
Altera_Forum
Honored Contributor
22 years agoHello Reinhard,
You can use resources which are located at other places than your project by adding more include paths (Project -> Properties -> C/C++ Build -> Include Paths). Now you can use the resources with an include statement (“#include xyz.h”). Bye, niosIIuser