• How to link external library in uVersion2
    Hello, I am considering to generate a reusable library, but how can I link this library in uVersion2.Thabk you!
  • is unsigned char EXTERN-able? Linking problem...
    Hi, I have a program that calls Assembly from C. The odd behaviour is that one assembly function links fine, while the other gives me UNRESOLVED EXTERNAL SYMBOL and REFERENCE TO UNRESOLVED EXTERNAL...
  • Link Problem
    Hi I need to put some function in the first 8k area of my program. The function that i will put there is. START_MXB.asm Interrupt and my bootloader. This area should not be optmized and i don't...
  • problem in linking
    Dear sir I have declared in my program BIT bit flag=0; but when linking it is giving error then if I make it xdata BYTE then it will work . but it will be losing 7 bits . Since I am using more...
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...