This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm Compiler 5 supports the following ARM architectures

Hi

I'm "Lightning Flash" Asuna

Does Arm Compiler 5 support the Armv8-M architecture for Cortex-M23 and M33?

and

Is there a website that lists the Arm architectures supported by Arm Compiler 5?

Please help.
My boss is angry.

Parents
  • Arm Compiler 5 (armcc) only supports up to Armv7-M processors.

    You need to use Arm Compiler 6 (armclang) or the new Arm Compiler for Embedded (clang).

    For a complete list of supported processors use "armcc --cpu list" on the command line.

Reply
  • Arm Compiler 5 (armcc) only supports up to Armv7-M processors.

    You need to use Arm Compiler 6 (armclang) or the new Arm Compiler for Embedded (clang).

    For a complete list of supported processors use "armcc --cpu list" on the command line.

Children
No data