Forum Discussion
Altera_Forum
Honored Contributor
13 years agonios2 eclipse-SBT source file management
I have a source tree from a version mangement system (SVN) with some code for a Nios2-system. I try to create a nios2-eclipse-project with some of these source files. The source tree also conta...
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