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

Support #pragma CODE_ALIGN on targets other than C2000

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Implemented
    • Icon: Medium Medium

      The ARM compiler manual documents #pragma CODE_ALIGN.  But then this happens ...

      % type file.c
      #pragma CODE_ALIGN(fxn, 32)
      int fxn() { return 10; }
      
      % armcl file.c
      "file.c", line 1: warning: unrecognized #pragma

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

              Created:
              Updated:
              Resolved: