i am using ccs v5.5 and tivaaware 1.1,installed the TM4C123G_LaunchPad_Workshop in lab 10 widget program
initially i got font error then i changed
g_psFontCm20 to g_pFontCm20
g_psFontCmss22b to g_pFontCmss22b
then there are no errors but now, Got these 7 warnings
- 169-D argument of type "long (*)(unsigned long, long, long)" is incompatible with parameter of type "int32_t (*)(uint32_t, int32_t, int32_t)" MyWidget.c /lab10 line 63 C/C++ Problem
- #145-D a value of type "void (*)(void *, int32_t, int32_t, uint32_t)" cannot be used to initialize an entity of type "void (*)(void *, long, long, unsigned long)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1161 C/C++ Problem
- #145-D a value of type "void (*)(void *, int32_t, int32_t, int32_t, int32_t, int32_t, const uint8_t *, const uint8_t *)" cannot be used to initialize an entity of type "void (*)(void *, long, long, long, long, long, const unsigned char *, const unsigned char *)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1162 C/C++ Problem
- #145-D a value of type "void (*)(void *, int32_t, int32_t, int32_t, uint32_t)" cannot be used to initialize an entity of type "void (*)(void *, long, long, long, unsigned long)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1163 C/C++ Problem
- #145-D a value of type "void (*)(void *, int32_t, int32_t, int32_t, uint32_t)" cannot be used to initialize an entity of type "void (*)(void *, long, long, long, unsigned long)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1164 C/C++ Problem
- #145-D a value of type "void (*)(void *, const tRectangle *, uint32_t)" cannot be used to initialize an entity of type "void (*)(void *, const tRectangle *, unsigned long)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1165 C/C++ Problem
- #145-D a value of type "uint32_t (*)(void *, uint32_t)" cannot be used to initialize an entity of type "unsigned long (*)(void *, unsigned long)" Kentec320x240x16_ssd2119_8bit.c /lab10 line 1166 C/C++ Problem