Hi,
I am programming C6747 with CCS v4. When I set "include folder"s using property window of a project, I can see that these paths are passed to compiler with -i parameter as expected. However, I think that subdirectories under a specified directory aren't included by compiler. For example, let's say that I am compiling with parameter -i "/includes". If a header file is located under a subdirectory, for example "/includes/headers", compiler doesn't read that file. Is it possible to include also files under subdirectories?
Thanks
Alper