Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] when I compile LCD Project it give following error,

Status
Not open for further replies.

PRABAKARDEVA

Full Member level 2
Full Member level 2
Joined
Sep 16, 2013
Messages
127
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Location
Chennai
Visit site
Activity points
2,168
Error [141] D:\program\LCD.C; 18.15 can't open include file "lcd.h": No such file or directory

any one solved it pls...
 

My answer is in reference to Keil compiler.
You will have to include the lcd.h file also, before building the target. All the included file need to be added so that it can be build.
 

I guess, you haven't written the code in lcd.c yourself.
lcd.h is just another file, where some of the basic functions are written. it is not a standard header file. It is user made.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top