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 I have this fatal error in linking: L6050U: the code size of this image (34620) exceeds the maximum allowed for this version of linker. I use uvision V5.10.0.2 . How can I solve this problem?
IS that really a question that you can't answer yourself?
The message is pretty clear:
the code size of this image (34620) exceeds the maximum allowed for this version of linker
So the answer is pretty obvious:
either make your code smaller, so that it does not exceed the maximum allowed for that version of linker;
or get a different version of the linker (or a diffent linker) which allows programs of that size.
Simples!