• How to remove "Undfined Symbol" error??
    I'm getting this error I tried to solve but I'm not able to do so. Here I'm attaching the screenshot below please help me. I have added all the header files also in the main
  • How to remove "Undfined Symbol" error??
    I'm getting this error I tried to solve but I'm not able to do so. Here I'm attaching the screenshot below please help me. I have added all the header files also in the main
  • undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • undefine identifier
    <main> #include<reg51.h> #include<delay.h> #include<temp.h> //#include<code.h> #include<counter.h> #define unsigned long int pdata cont[256] void main() { int tmp; counter(); while(1) { tmp=P0;...
  • 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;...