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.

C2000 c++ support

Other Parts Discussed in Thread: CONTROLSUITE

Hi;

when i compile the c++ source code for C2000 launchpad i allways take an error "identifier _Bool is undefined"

Code is below:

#include "DSP28x_Project.h" // Device Headerfile and Examples Include File

int main()
{
return 0;
}

i used C:\ti\controlSUITE\development_kits\C2000_LaunchPad\f2802x_common\cmd\F28027.cmd command file

and

i checked enable C44 exception handling,Support C++ run time type information and Enable support for GCC extensions in the language options tab.

How can i solve this problem?