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

C28 assembler: asm2000 INTERNAL ERROR segmentation fault for LCR #immediate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-7655
    • Hide
      C2000_20.2.1.LTS
      C2000_20.2.0.LTS
      Show
      C2000_20.2.1.LTS C2000_20.2.0.LTS
    • C2000_20.2.2.LTS*
    • default
    • Hide
      Instead of below immediate address:
         LCR #8000
      Use a symbol with address that is resolved at link time:
          .global branch_address
          LCR branch_address
      Or use XAR indirect addressing:
          LCR *XAR7
      Or use a compiler release prior to 20.2.0.LTS, or use 20.2.2.LTS (which will have fix)
      Show
      Instead of below immediate address:    LCR #8000 Use a symbol with address that is resolved at link time:     .global branch_address     LCR branch_address Or use XAR indirect addressing:     LCR *XAR7 Or use a compiler release prior to 20.2.0.LTS, or use 20.2.2.LTS (which will have fix)
    • Hide
      C28 assembler asm2000 has below INTERNAL ERROR for LCR #immediate. eg:
          LCR #8000

      INTERNAL ERROR: asm2000 experienced a segmentation fault while processing section .text file /tmp/TI7tHTHcEpf line 2920 This is caused by a defect in the TI Assembler.
      Show
      C28 assembler asm2000 has below INTERNAL ERROR for LCR #immediate. eg:     LCR #8000 INTERNAL ERROR: asm2000 experienced a segmentation fault while processing section .text file /tmp/TI7tHTHcEpf line 2920 This is caused by a defect in the TI Assembler.

      C28 assembler asm2000 has below INTERNAL ERROR for LCR #immediate
      LCR #8000

      INTERNAL ERROR: asm2000 experienced a segmentation fault while processing section .text file /tmp/TI7tHTHcEpf line 2920 This is caused by a defect in the TI Assembler.

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

              Created:
              Updated:
              Resolved: