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

Hello every1; can not build target

I am using Keil Microvision 3 to create a hex file to be burned to Philips P89V51 RDBN chip.

In the source group there are two files : 1. STARTUP.A51 2. A program to glow LEDs on port 2 [I have #included <p89v51rx2.h>] before main prog in this file]

While "building target" I get the following mesage in the build window:- warning C318: can't open file 'P89V51Rx2.H'

May, I know what is causing this issue?

Is the Keil software on my comp missing a file?

If yes, how can I solve this issue?

Parents
  • Thank you Hans-Bernhard Broeker for confirming my doubt.

    I searched for the file P89V51rx2.h and it is available on the net.

    I think the solution to the issue is, creating a P89V51rx2.h file in the "Include" folder of Keil.
    Is this correct?

    I'm new to computers and embedded systems. So, I hope you do not mind my questions which might be obvious to a pro but really problematic for a beginner.

    Thanks once again.

Reply
  • Thank you Hans-Bernhard Broeker for confirming my doubt.

    I searched for the file P89V51rx2.h and it is available on the net.

    I think the solution to the issue is, creating a P89V51rx2.h file in the "Include" folder of Keil.
    Is this correct?

    I'm new to computers and embedded systems. So, I hope you do not mind my questions which might be obvious to a pro but really problematic for a beginner.

    Thanks once again.

Children