Unable to resolve the name matlabshar​ed.toolcha​in.armclan​g.register

7 views (last 30 days)
I fail to install armclang, which I would like to use for a STM32 Nucleo F411RE.
Following https://ch.mathworks.com/help/supportpkg/stmicroelectronicsstm32f4discovery/ug/setup-armclang-compiler.html#mw_22401493-fd90-4e31-96a4-4ef4cb2e2226 I should be able to type
matlabshared.toolchain.armclang.register
in the MATLAB command window to get to the setup, but I only get
Unable to resolve the name matlabshared.toolchain.armclang.register.
I downloaded and installed Arm Compiler version 6.12. I tried with restoredefaultpath and savepath but the outcome remains unchanged. I am very thankful for any help.

Accepted Answer

Shubham Khatri
Shubham Khatri on 4 Feb 2021
Hello,
This error occurs when you have not installed the Embedded Coder Support Package for ARM Cortex-M Processors. You can install the Support package by following the below steps
  1. Click Add-Ons in your MATLAB window
  2. In the search bar, type "Embedded Coder Support Package for ARM Cortex-M Processors"
  3. Click on the the support package and select install
  4. Follow the installation steps
After completing the steps, you can then visit this page again to install armclang.
For more information on installing support package you can visit the documentation link here
Also, to install Armclang, you can visit the documentation link for a step by step guide here
Hope it helps

More Answers (0)

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!