Forum Discussion
Altera_Forum
Honored Contributor
16 years ago(Eclipse) How to add directories to GCC include path
Hi, I'm trying to bring some existing code into a program that relies on the GCC compiler finding include files in other project include directories For example x/x.c says: # include "my...
Altera_Forum
Honored Contributor
16 years agoIn the 9.1 tools, you open the project properties then expand the "Nios II Application Properties" and click on the "Nios II Application Paths" subsection. Then you add your include folders to the "Application include directories" area. These will become "-I" statements in the makefile.
Jake