Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[General] error c202:'p1':undefined identifiers in keil

Status
Not open for further replies.

siddanagouda

Newbie level 6
Joined
Oct 2, 2014
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
hubli
Activity points
81
i got error while programming in keil in c language
like as given (error c202:'p1':undefined identifiers in keil )
i got 11 undefined identifiers errors
 

Attachments

  • Untitled1.jpg
    Untitled1.jpg
    165.7 KB · Views: 322
  • Untitled.jpg
    Untitled.jpg
    215.8 KB · Views: 195

i got error while programming in keil in c language
like as given (error c202:'p1':undefined identifiers in keil )
i got 11 undefined identifiers errors

The using #include<REGX51.H> instead of #include<reg51.h>
 

i have tried this but errors are remain at same condition
 

#include<regx51.h> when i try like this i got that all errors plus 1 warning c318 can't open file 'regx51.h"
 

which controller you r using ?
post the all projects file so one can help u.
 

then download the p89v51rd2 file and place it in project folder and include it as
#include "p89v51rd2.h"

or keep it in keil installation folder and include it as usual we do it every time.
 

i HAVE TRY THIS BUT IT I GOT REMAIN 1 ERROR WITH WARN
 

i was told u to post project. otherwise no one can help like this,.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top