Tool/software:
I compile the project with errors in an include file xxxx.c.
I comment out that include file, xxxx.c, as well as any calls to it.
The compiler still reports the error in the include file? In other development systems I use, when you comment stuff out, it's not there as far as the compiler is concerned. As for make files, I never built one as simply compiling the main.c should be enough for a simple program?
I deleted and re-built the project and the same think happens.
I do see the offending xxx.c file in the make file. It seems that CCS automatically puts any xxxx.c source file into the make file?