We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All,
I am trying to generate the hex file in Keil 5.33 for one of our existing code which was developed in Keil 4.54 version for the same target.
I am getting the following error while building
Error: L6406E: No space in execution regions with .ANY selector matching anon$$obj.o(Region$$Table).Error: L6407E: Sections of aggregate size 0x778 bytes could not fit into .ANY selector(s).Not enough information to list load addresses in the image map.Finished: 1 information, 0 warning and 127 error messages.
From the above I can understand that there is a shortage in available memory which we need to either change the target with higher capacity or reduce the part from code.
But I don't have the idea why there is a difference when the code remains same. May be it is a basic question, still it will be helpful for me to understand if anyone can provide some information or share your views.
Thanks
See i.e.:
ARMLINK: How to analyze Linker errors
www.keil.com/.../3691.htm
Thanks Kopsch.. I have started analyzing the code.