• 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 '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...
  • error C141: syntax error near 'unsigned'
    hi there, i have struct with the problem.in the multiplexing of the 7-segment display. as i complited the 7-segment display multiplexing. prog.is working properly. but when i moved to the next some advance...
  • syntax error near 'void'
    #include<reg51.h> #include<lcd.h> #include<uart.h> sbit lamp=P2^0; sbit motor=P2^1; //NOTES: //1: This code may be distributed and modified freely . //2: External Crystal of 11.0592 MHz...