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

Linking Error L1,L2

Hi,i am doing the banking project.
In my project there are 8 banks.
From main.c source file i am calling one function.The prototype is defined in define.h file for this function as extern.This define.h id included in main.c and display.c both.Definition of this function is in other source file.

For compiling this is not giving any error.
But while linking it is giving me the Linking error L1 & L2.

Warning L1:
Unresolved Externel Symbol.
PutChar16_Code_X( {this is function name)

Warning L2:
Reference made to unresolved Externel
PutChar16_Code_X(

0