You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CC3200 interfacing ili9341-LCD. I have copied your project files and i am stuck with below ERRORs. Please help me how to resolve these issues.
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 59: error #20: identifier "int16_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 88: error #20: identifier "int32_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 180: error #20: identifier "uint8_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 793: error #20: identifier "bool" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 754: error #91: function returning function is not allowed
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 754: error #170: a function type is not allowed here
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 519: error #80: expected a type specifier
Thanks,
Kumar
The text was updated successfully, but these errors were encountered:
I believe you have linked the grlib library with the project.
In Texas Instruments microcontrollers are divided into two categories TivaWare™ and Stellaris®.
Data types are different for both the categories CC3200 is a Stellaris®based board.
Hi,
I am using CC3200 interfacing ili9341-LCD. I have copied your project files and i am stuck with below ERRORs. Please help me how to resolve these issues.
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 59: error #20: identifier "int16_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 88: error #20: identifier "int32_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 180: error #20: identifier "uint8_t" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 793: error #20: identifier "bool" is undefined
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 754: error #91: function returning function is not allowed
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 754: error #170: a function type is not allowed here
"C:/TI/CC3200SDK_1.1.0/cc3200-sdk/grlib/grlib.h", line 519: error #80: expected a type specifier
Thanks,
Kumar
The text was updated successfully, but these errors were encountered: