• TOGGLE.C(10): error C141: syntax error near '}'
    i am facing error C141: syntax error near '}' my program is given below: #include<reg51.h> void main ( ) { int x; while (1) { P1 = 0x00 ; for (x=0 ; x<=5000 ; x++) P1 = 0xFF ; for (x=0 ; x...
  • Getting Error c141: Syntax Error near 'void'
    I am getting an error for void main() function.. Please help me. I am using AT89C51.
  • error C141: syntax error near 'stTimeStr'
    hi there, i have struct with the problem.I'm writing a code for DS12887,And typedef two structures in the header file.It is normal before writing a function. But now the error C141. I am more confused...
  • : error C141: syntax error near 'reg', expected ')'
    I am porting an Arduino program to an 8051 chip to program nrf24le1. I am getting this error message in the keil Uvision 4 compiler. ..\HAL\FUNCTIONS.H(3): error C141: syntax error near 'reg', expected...