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?
The evaluation release is limited to 32KB, buy the full product to generate larger applications.
As Andrew suggests make your application smaller to fit under the evaluation limit.
You could try enabling some optimizations. Like optimize for reduced code size.
Best to not be a cheapskate. if your a serious developer, buy a full licence.
Or consider using GCC for ARM. it really works quite well.
thank you for your benefit answer.
Yes,it seems that I should buy a full licence. my code is not completed yet and more optimization is not possible. thanks guys.