Hello!
Can someone point out as to why the below are happening:
1. *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: XDATA SEGMENT: ?XD?_CMD_AUTOCAL_I?CALI LENGTH: 000013H
I understand that there has been an overflow in the Xdata section but am unable to find how and why.
2. I have a .LIB with 13 modules of which i need only 4. Though i select the required modules from the Options for the .LIB tab, I dont see a difference in the final code size. (meaning, its the same as with all 13 modules selected). I know that the linker takes the modules that resolve external references. Even then I dont see why all the modules must be included.
Thanks!