• UNRESOLVED EXTERNAL SYMBOL
    When I compile following simple Code I will get L1 error, Please let me know what's the wrong with this code: #include <reg51.h> void main(void) { #pragma asm NOP NOP NOP #pragma endasm } ...
  • 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 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...
  • warning: unresolved external symbol
    would appreciate if someone can tell me c and asembly code in the Uvision3? my source code as follows #include <reg51.h> #include <C51S.LIB> #include<stdio.h> #include "setUpSerPort.h" void main...
  • 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...