AT89c52 lcd.h file does not open

Thread Starter

abr_pr90

Joined Sep 19, 2011
3



Hi all

I have a problem in Keil software while programming LCD interfacing.

#include "lcd.h"
#include "utils.h"

the above header files does not open. The error displayed is
Voicerec.c(6): warning C318: can't open file 'lcd.h'
Voicerec.c(7): warning C318: can't open file 'utils.h'

Will anyone help me.​
 

Papabravo

Joined Feb 24, 2006
22,111
It can't open the file because it cannot find the folder (directory) in which the file is located. You may need to review the compiler's rules for finding include files.
 
Top