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.

TMS320F280025C: error #20: identifier "_Bool" is undefined when building project imported from C2000ware ver 4.1.0.00

Part Number: TMS320F280025C
Other Parts Discussed in Thread: C2000WARE

I am trying to start a new C++ project.  I imported the empty syscfg project for the 280025C and renamed the main function to have a .cpp extension.  When I try to build it I get the above error.

"F:/ti/c2000/C2000Ware_4_01_00_00/driverlib/f28002x/driverlib/adc.h", line 424: error #20: identifier "_Bool" is undefined
"F:/ti/c2000/C2000Ware_4_01_00_00/driverlib/f28002x/driverlib/adc.h", line 424: error #18: expected a ")"

I did not have this problem with C2000ware ver 4.0

Thoughts?