Tool/software: Code Composer Studio
Environment: CCSv7.0 and now also CCSv7.1 in Windows 7 64
My project includes a workspace variable to point to the root folder of my personal libraries (same method that works with TivaWare). The workspace variable is created via Window/Preferences, then CodeComposerStudio/Build/Variables. This variable is called BRASTANLIB_ROOT.
The project itself has the variable added on Properties/CCSBuild/ARMCompiler/IncludeOptions:
The folder can be seen in the project tree. However, it shows no files inside, despite the fact that the files are inside the said folder! Image below shows the tree and the folder at the same moment:
I have always used things this way and they just worked. However it stopped working recently and I can't figure out what is missing.
More mysterious is that, if I CTRL-Click on the header file that is included on my main project, the editor opens the correct file.
It took me a while to experience the problem because there has been no recent changes on the included files - maybe since updating to V7?. Only today I noticed I can't compile my new project, after I added one struct definition in such .h included file, and this definition is not recognized.
What am I overlooking? A quick help is mostly appreciated!!!
Regards
Bruno



