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

Link error with gcc debug information

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • Medium
    • Resolution: Fixed
    • Code Generation Tools
    • CODEGEN-2209
    • Hide
      ARM_15.12.0.LTS
       ARM_16.9.0.LTS
       ARM_17.3.0.STS
      Show
      ARM_15.12.0.LTS  ARM_16.9.0.LTS  ARM_17.3.0.STS
    • Hide
      ARM_17.6.0.STS
       ARM_15.12.6.LTS
       ARM_16.9.4.LTS
      Show
      ARM_17.6.0.STS  ARM_15.12.6.LTS  ARM_16.9.4.LTS
    • None
    • Hide
      When linking against GCC code, a project failed to build due to a relocation error, generating the message "fatal error #10232". Specifically, the problem was caused by debug information left in the GCC object file for eliminated comdat sections. GCC puts debug information into a common section called .debug_info. Once the comdat section was eliminated, the debug symbol pointed to a deleted section, causing an error in the TI linker.
      Show
      When linking against GCC code, a project failed to build due to a relocation error, generating the message "fatal error #10232". Specifically, the problem was caused by debug information left in the GCC object file for eliminated comdat sections. GCC puts debug information into a common section called .debug_info. Once the comdat section was eliminated, the debug symbol pointed to a deleted section, causing an error in the TI linker.

    Description

      Link error with gcc debug information

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: