#pragma LOCATION and palign do not work together

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • Code Generation Tools
    • CODEGEN-1499
    • SDSCM00052872
    • Hide
      ARM_18.1.0.LTS
      ARM_16.9.0.LTS
      ARM_18.12.0.LTS
      ARM_15.12.1.LTS
      ARM_20.2.0.LTS
      Show
      ARM_18.1.0.LTS ARM_16.9.0.LTS ARM_18.12.0.LTS ARM_15.12.1.LTS ARM_20.2.0.LTS
    • Hide
      One workaround is to use specific placement in the linker command file. In the C code, replace the #pragma LOCATION with a #pragma DATA_SECTION ...

          #pragma DATA_SECTION(device_fw_info_ptr, "for_device");

      And in the linker command file, replace the whole .TI.bound line with this ...

          for_device > 0x00018000, palign(8), fill = 0xffffffff

      Show
      One workaround is to use specific placement in the linker command file. In the C code, replace the #pragma LOCATION with a #pragma DATA_SECTION ...     #pragma DATA_SECTION(device_fw_info_ptr, "for_device"); And in the linker command file, replace the whole .TI.bound line with this ...     for_device > 0x00018000, palign(8), fill = 0xffffffff
    • No plans to address at this time.

      #pragma LOCATION and palign do not work together

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

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-618 - #pragma LOCATION and palign do not ...
                SYNCHRONIZED
                • Last Sync Date: