• there are many syntax errors and undefined identifiers.
    I have developed programs in C and it compiles with no errors. and while compiling it in Keil compiler for 8051 MPU, there are many syntax errors and undefined identifiers. What could be problems and...
  • there are many syntax errors and undefined identifiers.
    I have developed programs in C and it compiles with no errors. and while compiling it in Keil compiler for 8051 MPU, there are many syntax errors and undefined identifiers. What could be problems and...
  • expected identifier error
    Hello everyone, I've been trying to make a struct and compiler gives me expected identifier error. Can anyone tell me where is my fault? struct State { unsigned long Out1; unsigned long out2;...
  • expected identifier error
    Hello everyone, I've been trying to make a struct and compiler gives me expected identifier error. Can anyone tell me where is my fault? struct State { unsigned long Out1; unsigned long out2;...
  • error C202 undefined identifier
    Hi, I defined, Uint16 TCounts[10]; in globals.h and tried to use it in cc01drv.c where #include "globals.h" is there. but during build the error msg coming up is, "C202 undefined identifier...