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

Disabling Emulating TLS

Hey,

I want to disable Emulating TLS. When I use TLS on Cortex-M7, Emulating TLS is used. When accessing thread local variables, gcc will insert __emutls_get_address to get thread local The address of the variable. How do I need to configure it to turn off Emulating TLS and use __tls_get_address?

Thanks in advance,