• UNRESOLVED EXTERNAL SYMBOL, but why?
    Hello, I've got a small problem with the L166. In my project I have several C-files which use functions of osBoard.c. The functions are declared in osBoard.h. osBoard.h: void saveContext(void...
  • UNRESOLVED EXTERNAL SYMBOLS
    I am really new to 8051 programming, but my first program gives this warning: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_START MODULE: STARTUP.obj (?C_STARTUP) what shuld i do?
  • Unresolved external symbol warning
    I am trying to write a program for cypress FX2 chip. But I am getting the following warnings: *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: USBIE MODULE: ex1.obj (EX1) *** WARNING L2: REFERENCE...
  • unresolved external symbol
    hey i am doing my final year project and i m trying to compile a program.but i have this error msg which says unresolved external symbol and i think its because the compiler cannot understand this symbols...
  • ?C?IILDOPTR UNRESOLVED EXTERNAL
    I have some code that is doing address arithmetic on a (far) pointer in a structure. When I try and link I get the following error(s): *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?IILDOPTR...