Forum Discussion
DevinMarzullo
New Contributor
1 year agoImported Nios II Eclipse Application Results in Broken IDE Indexing
I am currently using the Nios II SBT to create both a user-managed BSP and accompanying application through the command line. Both the BSP and application can be successfully built using the resultin...
BoonBengT_Altera
Moderator
1 year agoHi @DevinMarzullo,
There maybe possibilities that even if the .c files appears in the dependency tree, the association to .h files could be still missing due to some unknown reason like indexing scope hitting a limit, some project settings are not matching or file system links/symbolic paths inconsistencies.
Since the "Paths and Symbols" tab may have some inconvenient behavior, perhaps you can try editing the .cproject directly to add the include path under <entry> tags manually.
Best Wishes
BB