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.

How to enforce case sensitivity in CCS for include files?



Hello,

   I've been developing in Windows but now want to work with an associate who uses a different operating system that is case sensitive. This is causing issues because windows is not case sensitive, so if I have a file "stuff.h" that I need to include then the directive

#include "Stuff.h"

will work if we build with Windows but not with one of the other operating systems. In that case it will throw an error.

Is there a way to set the CCS linker to enforce case sensitivity? I'm using CCS11.1 at the moment but can upgrade if need be.

Thanks,

Derek