Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHmm, that's quite odd. Paths should appear in the makefile. Is that file write protected by any chance? Make sure the makefile can be written to (e.g. check-out from the version control system if you're using one).
If that's still not the source of the problem, try adding the include paths manually to the makefile. See example from my project: APP_INCLUDE_DIRS += ../inc_app_freertos APP_INCLUDE_DIRS += ../inc_common APP_LIBRARY_DIRS := APP_LIBRARY_NAMES := Hope that helps, Matthias