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

help

I am using ucontroller p89v51RD2FN.

plz help me i got an error msg c318

so what is the solution

thanx

Parents
  • DON'T SHOUT!

    For a start, where did you get your Keil from in the first place?
    If it's old, have you tried updating it?

    For each supported chip, Keil provides a page in their Device Database which describes that chip - including, among other things, their header file for it:

    http://www.keil.com/dd/chip/3711.htm

    Note that you could have found this by simply putting "P89V51Rx2.H" into the 'Search' box at the top-right of every page on this site.

    The header file is just a standaed 'C' header file - it doesn't need any special "installation".

    You will, of course, have to put it somewhere where the compiler will be looking to find it; the C51 manual describes how the compiler searches for include files - and how you can specify additional locations for it to search...

Reply
  • DON'T SHOUT!

    For a start, where did you get your Keil from in the first place?
    If it's old, have you tried updating it?

    For each supported chip, Keil provides a page in their Device Database which describes that chip - including, among other things, their header file for it:

    http://www.keil.com/dd/chip/3711.htm

    Note that you could have found this by simply putting "P89V51Rx2.H" into the 'Search' box at the top-right of every page on this site.

    The header file is just a standaed 'C' header file - it doesn't need any special "installation".

    You will, of course, have to put it somewhere where the compiler will be looking to find it; the C51 manual describes how the compiler searches for include files - and how you can specify additional locations for it to search...

Children
No data