Dear Sir how to find the total xdata ocipied in the OBJ file at the time of linking or before . Is Any settings in the compiler please give me soultion for this regards girish
When you compile a C file, the compiler generates a .LST file. The following is included at the bottom:
MODULE INFORMATION: STATIC OVERLAYABLE CODE SIZE = 30 ---- CONSTANT SIZE = 10 ---- XDATA SIZE = ---- ---- PDATA SIZE = ---- ---- DATA SIZE = ---- 2 IDATA SIZE = ---- ---- BIT SIZE = ---- ---- END OF MODULE INFORMATION.
Jon, What with overlaying and everything, would it be correct to say that the total overall RAM (DATA, XDATA, etc) requirement of the final linked application may be less than the sum of the individual Object modules?
Yep
View all questions in Keil forum