Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAlternatively I changed the Makefile in the application directory. There is an APP_INCLUDE_DIRS variable which I have set:
# List of application specific include directories, library directories and library names APP_INCLUDE_DIRS += <path1> APP_INCLUDE_DIRS += <path2> The Eclipse IDE recognizes the changes and shows the paths in Properties -> Nios II Application Properties -> Nios II Application Paths Jens