Linker Tools Error LNK2013 (Windows CE 5.0)

Send Feedback

Fixup overflow. Target "symbol" is out of range

The following list shows a possible cause for this error.s

  • A problem with assembly code.

The following list shows possible solutions for this error.

  • Use shared libraries.
  • Eliminate the table of contents space required for global data. Move data accessed from a module other than where it is defined to the module where it is referenced. If data is referenced in multiple modules, the table of contents space cannot be eliminated to save space.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.