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.

Import of CCS3 project in CCS4 causes build failure with std.h not found

Hello CCS champs!

 

Import of CCS3 project in CCS4 causes build failure with std.h not found

Is there a permanent patch/fix for this in CCS?

 

We tried  a workaround of replacing

#include "std.h"

 

with

 

#include <xdc/std.h>

 

best regards

Feroz