Linker Tools Error LNK2013
Fixup overflow. Target "symbol" is out of range
This error occurs when the executable is too large under either Windows NT or MACOS on PowerPC platforms. For all platforms, the error may indicate a problem with assembly code.
Tips
To work around the problem:
-
Use shared libraries.
-
TOC space is required for global data accessed from a module other than where it is defined. You can eliminate the TOC space by moving such data to the module where it is referenced. However, if data is referenced in multiple modules, then the TOC space cannot be eliminated to save space.