Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-8594

Auto thread_local variable is causing a reference to __cxa_thread_atexit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-4020
    • ARM_18.1.0.LTS
    • Hide
      ARM_18.9.0.STS
       MSP430_18.9.0.STS
      Show
      ARM_18.9.0.STS  MSP430_18.9.0.STS
    • Hide
      The thread_local specifier, when applied to variables, should currently be ignored because we only support single-threaded environments.

      However, a global variable with the thread_local specifier, if requiring dynamic initialization, will cause a reference to the standard ABI function __cxa_thread_atexit that can't be resolved by the linker.
      Show
      The thread_local specifier, when applied to variables, should currently be ignored because we only support single-threaded environments. However, a global variable with the thread_local specifier, if requiring dynamic initialization, will cause a reference to the standard ABI function __cxa_thread_atexit that can't be resolved by the linker.

      Auto thread_local variable is causing a reference to __cxa_thread_atexit

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: