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.

Path problem with CodeComposer Studio

Using CCS  Version: 4.2.3.00004  for DSP C6xxx I get errors like:

gmake: *** No rule to make target `C:/Program', needed by `cstubs.obj'.
gmake: *** No rule to make target `Files', needed by `cstubs.obj'.
gmake: *** No rule to make target `(x86)/Texas', needed by `cstubs.obj'.
gmake: *** No rule to make target `Instruments/ccsv4/tools/compiler/c6000/include/stdlib.h', needed by `cstubs.obj'.

Clearly this is caused by failure to identify the spaces in the installation path name and can be fixed by deleting the .pp file produced by the compiler. But, it's annoying. Any ideas ?