• Error c141:
    here is a simple program for lcd .I get an error c141 while accessing port.Can anyone help me rectifying it. #include<reg51.h> #define data=P2; sbit en=P1^0; sbit rs=P1^1; sbit rw=P1^2; void...
  • error c141
    Hello. I am interfacing a 4x3 keypad with my 8-51 microcontroller. But i keep getting an this error: temp.c(53): error C141: syntax error near '=' temp.c(55): error C141: syntax error near '=' ...
  • error C141 and error C202
    Hello, when trying to compile an small C program with uVision3 v3.53 I'm coming across some unexpected - at least to me - compilation errors, following is the complete program: #include <reg515c...
  • MDK-ARM version 4.0
    Hi There, I have just installed evaluation version of MDK-ARM version 4.00 and have two questions: 1. I am unable to compile any program as linker returns an error regarding 'main function not found...
  • Opening *.mcp with RVDS 4.0
    Note: This was originally posted on 1st July 2010 at http://forums.arm.com Dear all, I have installed RVDS 4.0 recently. I have a saved project from ADS 1.2 (in *.mcp format) which seems to work properly...