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

how to create a library file in keil

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.

Parents
  • "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!

Reply
  • "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!

Children
No data