Forum Discussion
Hi @DevinMarzullo,
Good to know that the linked folder works, as for setting this up in the project side would perhaps recommend perhaps writing a post-generation steps in the .project to insert the <linkedResources> tag for your external folder. That should do it.
As for the missing .elf references, suspecting GCC may not have seen them as they are not in the dependency tree. Maybe you can add them into the indexer to see if that helps:
- Open up the project properties --> C/C++ General --> Paths and Symbols --> Includes tab --> Add the missing header paths and mark them as exported if needed.
Hope that clarifies
Best Wishes
BB
- DevinMarzullo10 months ago
New Contributor
The "Paths and Symbols" tab always seems to crash the properties window in this version of the IDE. If a .c file is shown in the dependency tree and its associated .h file is in the same path, is there any reason why this would be missed when building the reference tree?
Thanks,
Devin Marzullo