ArmClang Supported on RT-Thread V4.1.0

--

ArmClang Support

In the release of RT-Thread 4.1.0, Arm Compiler 6 was added, allowing users to modify the `rtconfig.py` to specify the compiler while building mdk5 projects.

  • ArmClang supports more architectures compared to Armcc, Armcc supports armv7 architectures, armclang supports Armv6, Armv7, Armv8 and future Arm’s new processors.
  • ArmClang compiles faster than Armcc under the same project.

User Guide

  • Open any project in the rt-thread/bsp directory, we’re taking stm32h750-artpi-h750 as an example.
  • Open the rtconfig.py file and modify the PLATFORM to armclang.
  • Open the keil template project, modify the compiler to ArmClang, Ctrl+S save settings

Reference

  • Arm Compiler armclang Reference Guide Version 6.9

Follow Open Source RT-Thread IoT OS on
Facebook | Twitter | Linkedin | Youtube

--

--

RT-Thread IoT OS
RT-Thread IoT OS

Written by RT-Thread IoT OS

An Open-Source Community-Powered Real-Time Operating System (RTOS) Project! Let’s develop, DIY, create, share, and explore this new IoT World together!

No responses yet