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?