I just installed the latest build of CCSv5.1 ( Build numbers: CCS5.1.0.07001_linux and CCS5.1.0.07001_win32) in two VMware virtual machines. I imported a project that uses a separate directory for header files. In both the Windows and linux versions, I experienced a problem with file indexing. The project will build completely with no errors, but when I view a file, any reference to external includes in my own specified directories are marked in the editor with errors.
Project structure:
PROJECT
|
> include
|
types.h
|
source1.c
source2.c
Contents of a typical source file:
#include "types.h"
...
...
...
uint32_t tvar = 5;
...
...
Error when viewing the file:
Type uint32_t could not be resolved.
The sources are the BSL files from Logic provided with the expOMAPL138 board. I can provide the entire project if needed.