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?