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

LFU: when compiler uses assembly temp file name, lfu preserve fails for static variables.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-13283
    • C2000_22.6.1.LTS
    • Hide
      C2000_25.3.0.LTS*
      C2000_22.6.2.LTS*
      C2000_21.6.2.LTS*
      Show
      C2000_25.3.0.LTS* C2000_22.6.2.LTS* C2000_21.6.2.LTS*
    • default
    • Hide
      To avoid the issue:
      - include using either of below options which retain generated assembly:
           -k (--keep_asm) or
           -s (--src_interlist)
      - Use either of above options for all compile steps including:
         compiling/linking the original non-lfu reference executable and
         compiling/linking the lfu executable

      NOTE: once bug is fixed, original non-lfu reference executable
                 will need to be re-compiled/linked.
      Show
      To avoid the issue: - include using either of below options which retain generated assembly:      -k (--keep_asm) or      -s (--src_interlist) - Use either of above options for all compile steps including:    compiling/linking the original non-lfu reference executable and    compiling/linking the lfu executable NOTE: once bug is fixed, original non-lfu reference executable            will need to be re-compiled/linked.

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

            Created:
            Updated:
            Resolved: