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

#pragma LOCATION and palign do not work together

    XMLWordPrintable

Details

    • Bug
    • Status: Accepted
    • Low
    • Resolution: Unresolved
    • 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.

    Description

      #pragma LOCATION and palign do not work together

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: