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.

CCS v4.1.2 does not support parallel builds..??

I just upgraded CCS from v4.1.1 to v4.1.2, and discovered that the MinGW make file no longer worked for parallel builds!

The compiler is set up to use mingw32-make with 8 cores. This now results in build errors:

>> ERROR: no source files, nothing to do

However, if I set the mingw to use only 1 core (or use gmake), the project builds correctly.

It appears that the '*cfg.s??' file and the '*cfg_c.c' file are not built in v4.1.2 with multiple core build enabled, and this causes the compiler to lose track of the source files.

Is there any way to fix this?

Regards,

Magne