Linker Tools Error LNK2014

TLS relative fixup overflow; .tls section ("section") is too large

The section created for thread-local storage (.tls) is too large. TLS data must fit in 32 KB. This data is created using the __declspec(thread) storage class modifier in the declaration and definition of that data. This error occurs for Power PC/Windows NT platforms.

Tips

To work around the problem: