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 Reply Children
  • Hello Hans-Bernhard

    I got trained in 8051 controller at an embedded trainig institute. But it wasn't a in-depth training. The trainer just told me how to use Keil for compiling programs and how to load them to the chip using Flash Magic. While compiling programs he taught us to set include the particular file as a header file.

    Now, the institute has been shut down.

    There are so many books in the Keil uVision 3 software, making it really difficult to know from where to start.

    Could you please guide me where in which order should I read the books?

  • There are so many books in the Keil uVision 3 software, making it really difficult to know from where to start.

    Could you please guide me where in which order should I read the books?

    well, my dear Watson, I would suggest getting started with the "getting started guide".

    Do not 'read' it, work through the examples.

    Once you are done with that, I think you will know what to read next.

    Erik

  • Hello Erik,

    Thank you for the guidance.