• ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?C?LIMUL
    I just ordered the PK51 tool chain. Installed it and tried to compile some code on an old project. The files appear to compile, but the linking step is throwing the error shown below. I searched...
  • *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
    I am trying to compile the following code, but i get the error *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: _HALSETPORTBIT MODULE: program1.obj (PROGRAM1) ADDRESS: 0822H this...
  • *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
    I am trying to compile the following code, but i get the error *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: _HALSETPORTBIT MODULE: program1.obj (PROGRAM1) ADDRESS: 0822H this...
  • 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...
  • 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 } ...