Dear all,
My project runs on 89c51 but I have added some features then I am using 89v51rd2b.here I write a header file"#include <P89V51Rx2.H>" and also select in keil then it shows errors like"error c202 undefined identifier....."
Dear All
I am using 89v51rd2 in my project.& i write header file " #include <P89V51Rx2.H>" in Keil Then it shows Errors as follow.
Build target 'Target 1'
compiling test.c...
test.c(1): warning C318: can't open file 'P89V51Rx2.H'
TEST.C(4): error C202: 'P1': undefined identifier
TEST.C(5): error C202: 'P1': undefined identifier
TEST.C(6): error C202: 'P1': undefined identifier
TEST.C(7): error C202: 'P1': undefined identifier
TEST.C(8): error C202: 'P1': undefined identifier
TEST.C(9): error C202: 'P3': undefined identifier
and many more errors like these.
- - - Updated - - -
here I am using unlicensed keil but code size is below 2kb.