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?
Yes You are absolutely right... The error which i have mentioned is the first error. subsequently it starts giving TXTREQ symbol. At present i am compiling and linking in DOS Prompt. How can i build the file in microvision debugger.
"How can i build the file in microvision debugger." Start uVision, go to the 'Books' tab in the Project window, and open the "uVision2 Getting Started" guide. (Or, Help/Open Books Window in later versions of uVision2) Work through the example projects.