Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I am working on Simulink Ver8.9 (R2017a). I made a simple model involving an ADC channel and a DAC channel. I try to build my model using the TI C2000 hardware support package, the build process fails and the following error is generated:
C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/MW_c2000DAC.c
"C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include/F2837xD_device.h", line 113: error: identifier "_Bool" is undefined
"C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include/F2837xD_device.h", line 116: error: identifier "_Bool" is undefined
2 errors detected in the compilation of "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/MW_c2000DAC.c".
How to fix this?