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

Incorrect value assigned to a forward reference of a symbol defined in terms of the section's PC ($) after jump expansion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • Code Generation Tools
    • CODEGEN-1476
    • SDSCM00052531
    • Hide
      MSP430_18.1.0.LTS
      MSP430_20.2.0.LTS
      MSP430_21.6.0.LTS
      MSP430_15.9.0.STS
      MSP430_18.12.0.LTS
      MSP430_21.6.0.B1
      MSP430_16.9.0.LTS
      Show
      MSP430_18.1.0.LTS MSP430_20.2.0.LTS MSP430_21.6.0.LTS MSP430_15.9.0.STS MSP430_18.12.0.LTS MSP430_21.6.0.B1 MSP430_16.9.0.LTS
    • Hide
      Two workarounds are possible:
      1) Use a label to get the value of the PC at a key location instead of "symbol .equ $"
      2) Replace the jump that will be expanded with an already expanded form. In the example, the jump could be replaced with:
              JLO $+6
              BR label1
      Show
      Two workarounds are possible: 1) Use a label to get the value of the PC at a key location instead of "symbol .equ $" 2) Replace the jump that will be expanded with an already expanded form. In the example, the jump could be replaced with:         JLO $+6         BR label1
    • No plans to address at this time.

      Incorrect value assigned to a forward reference of a symbol defined in terms of the section's PC ($) after jump expansion

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

              Created:
              Updated: