I created a new CCS6 project using GNU v4.7.4 (Linaro) compiler and template Sys/Bios->Gnu Target Examples->Typical (with separate config project).
The new project does not build, it ends with "fatal error: xdc/std.h: No such file or directory"
It seems there is something missing in the project template. From the error message I'd expect there is an include path missing, but when I add the path to xdc/std.h I get even more errors.
When I create a new CCS6 project with template Sys/Bios->Gnu Target Examples->Typical, without separate config project, this works as I expect it. This project uses the same include paths as the one before.
Any help is greatly appreciated.

