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,
It seems the toolchain may have been built with an explicit --disable-tls configure option. Try removing it, or setting --enable-tls