Iam doing a project in which iam facing some problems in creating a library file.Actually iam able to create library file but while adding it to my project and compiling iam getting some warnings like unreferenced symbol & reference made to an unreferenced symbol what may be the reason.My library file contain some functions that are called by an interrupt service routine.
"reference made to an unreferenced symbol" That can't possibly be right! If you make a reference, it can't be un-referenced, can it?! I think you mean, "reference made to an undefined symbol" In which case, you need to provide a definition for the symbol!