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

Linker error problem

This is regarding Linker error!!

I am using C51 compiler v5.5 and L51 Linker/Locater v3.70c
Copyright Keil Electronik 1987-1995

I am getting 12 linker errors of type mentioned below.

ERROR 118 : REFERENCE MADE TO ERRONEOUS EXTERNAL
SYMBOL : TXTREQ
MODULE :..APPLIC\LIB\T90PTR1.LIB(TXINITIA)
ADDRESS :92B6H

My project is a compilation of 43 C files which uses its header files.

Is this error created due to false extern declarations?
Would you be able to let me know how to go about?

0