|
Here the error code
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(23): illegal statement termination
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(23): skipping `unsigned' `char'
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(23): undeclared identifier `Buffer'
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(23): type error: pointer expected
!W C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(23):[warning] expression with no effect elided
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(24): illegal statement termination
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(24): skipping `int'
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(24): undeclared identifier `i'
!W C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(26):[warning] [MISRA 2200]calling an undeclared function may cause unexpected behavior if the function
takes or returns values other than int
!W C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(26):[warning] [MISRA 2714]calling a function without prototype may cause unexpected behavior if the function
takes or returns values other than int
!E C:\Users\BA\DOCUME~1\PSOCDE~1.2PR\Gara\Gara\main.c(29): type error in argument 1 to `LCD_PrString'; found `int' expected `pointer to char'
C:\PROGRA~2\Cypress\PSOCDE~1\5.2\Common\CY110F~1\tools\make: *** [obj/main.o] Error 1
|