This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ARM-CGT: halgen code in ARM-CGT-CLANG

Part Number: ARM-CGT
Other Parts Discussed in Thread: HALCOGEN

I tried to compile freertos code generated by HalCoGen in ARM-CGT-CLANG.

The code uses the SWI_ALIGN pragma that is not supported in clang and the migration guide does not name any alternative.
How could I achieve the same in clang?

  • HALCoGen and tiarmclang were never tested together.  Your best alternative is to use the proprietary TI ARM compiler armcl instead.

    There is no pragma named SWI_ALIGN.  I think you mean SWI_ALIAS

    How could I achieve the same in clang?

    Unfortunately, there is no method by which you can implement SWI_ALIAS in tiarmclang.

    Thanks and regards,

    -George