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.
HI,
I'm using CCS ( Version: 5.2.1.00018 ) to develop code for controlSTICK Piccolo F28069. When rebuilding the project, I got the error message, identifier "_Bool" is undefined. I've already re-defined _Bool as bool_t as the following.
typedef _Bool bool_t;
I've read the comment for this type re-define in other header file as the following.
// C99 defines boolean type to be _Bool, but this doesn't match the format of
// the other standard integer types. bool_t has been defined to fill this gap.
typedef _Bool bool_t;
I have no idea why this error happened. Could you help me to resolve this issue?
Thanks!
Hi,
i'm still experiencing this problem. I updated code composer, switch build tools to 6.4.6 but still same problem...
i'm working on a mainly C RTOS project. I get the problem as soon as i use a .cpp file. Is there a solution ?
Thanks
Jan