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.

Error [499] ; 0. undefined symbol: _getch(trial code.obj)

Status
Not open for further replies.

ecaits

Member level 4
Joined
Jan 16, 2014
Messages
76
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
579
Dear All,

I am using getch() to read the character from keypad in my code.

But when I Run the code, I am getting below error.


Error [499] ; 0. undefined symbol:
_getch(trial code.obj)

I am using PIC16F877 with hi-tech c compiler.

Can you suggest me why this error occur.
 

Have you included the header, 'h' file where the getch() function prototype is defined?
Have you linked to the library where the getch() function is coded?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top