Linker fails to allocate section which exactly fits the chosen memory range

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-25
    • Hide
      ARM_15.12.2.LTS
       ARM_16.9.0.LTS*
      Show
      ARM_15.12.2.LTS  ARM_16.9.0.LTS*
    • Hide
      The failing section must have enough space such that, after the start address is aligned according to the target, it can still fit the data.

      In this case, 20 bytes isn't enough, since the section will only have 16 bytes to store the .version section.

      By setting VERSION_SIZE to 24, the program links without errors or warnings.
      Show
      The failing section must have enough space such that, after the start address is aligned according to the target, it can still fit the data. In this case, 20 bytes isn't enough, since the section will only have 16 bytes to store the .version section. By setting VERSION_SIZE to 24, the program links without errors or warnings.
    • According to the test case provided: The .version section is defined as starting at (0x20000 - 20) = 0x1ffec, and has a size of...

      Linker fails to allocate section which exactly fits the chosen memory range

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-601 - Linker fails to allocate section wh...
                SYNCHRONIZED
                • Last Sync Date: