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
  • Actually, you are not working on any 8051 development board, since you will not be able to work on any physical platform until you have managed to build any application to run on it.

    By the way - are you sure you know what processor you are using? You have now posted two different processor models.

    And the compiler do not just give an C318 error message. The C318 is just a short number to allow you to easily locate the error in the manual. Besides the number, the compiler also mentions the name of the file it can't open. And you have still not - despite being asked to - mentioned the name of the file.

    And you haven't given us any clue that you have spent any time figuring out why the compiler can't open this file either.

Reply
  • Actually, you are not working on any 8051 development board, since you will not be able to work on any physical platform until you have managed to build any application to run on it.

    By the way - are you sure you know what processor you are using? You have now posted two different processor models.

    And the compiler do not just give an C318 error message. The C318 is just a short number to allow you to easily locate the error in the manual. Besides the number, the compiler also mentions the name of the file it can't open. And you have still not - despite being asked to - mentioned the name of the file.

    And you haven't given us any clue that you have spent any time figuring out why the compiler can't open this file either.

Children