This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

'#include' paths

Hi All

This is most probably a very stupid and simple question.

I am using Code Composer to program the McBSP of a DM6437 DaVinci DSP.

I am trying to include one of my own headers however when I compile it, I get the following message

"csl_cp2120.c", line 1: fatal error: could not open source file "cls_spi.h"

The header file is located in the same directory as the .c source files. I have also included this directory in the Projects->Build Options, Preprocessor-> Includes section.

I know that this has something to do with a path variable/option not being set, however I am not sure where this path has to be set.

Can anyone help?

Thank you

Regards

Chithambaram