This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Simbols in Output Window

Why, when I input a simbol, like IE0, in the OutPut window, while I'm debuging, appear a message saying: "***error 34: undefined indentifier"?

Parents
  • Did you include a definition for it in your program? If you don't specifically define it, the simulator will not know what it is. Be sure to #include <reg51.h> or another register definitions header file in one file in your project.

    Jon

Reply
  • Did you include a definition for it in your program? If you don't specifically define it, the simulator will not know what it is. Be sure to #include <reg51.h> or another register definitions header file in one file in your project.

    Jon

Children