This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fatal error problem

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?

Parents
  • 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!

Reply
  • 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!

Children
No data