In my projects (for F28335) that I imported from CCSv3.3 pjt files I have the following problems with project header files:
- The header files are not shown in Project Explorer. I can open the header files by CTRL+Left Mouse Button when I point the mouse pointer to an #include directive in one of the C files.
- If I try to modify a header file that is write protected I am not asked by CCS whether it should be made writable. I can't change the file until I made it writable (with Windows Explorer, e.g.). If I try to modify a write protected C file CCS asks.
- If I change a header file after having built the project and ask CCS to build the project again it doesn't recompile the C files that include that header file.
Unfortunately, I'm unable to reproduce the behavior with one of the example projects provided by TI.
AFAICT, the dependency files look OK. I.e., foo.pp contains a line
foo.obj: bar.h
when foo.c includes bar.h (in foo.pp all filenames are prepended by an absolute path, of course).
Where should I look for the reason for the problems described above?
Regards, Johannes