Delete custom toolchain from Simulink (Embedded) Coder model

2 vues (au cours des 30 derniers jours)
Clemens K
Clemens K le 2 Jan 2022
Commenté : Clemens K le 17 Jan 2022
hello,
what is the correct way to remove a previously added custom toolchain from Simulink Coder? I added a new toolchain configuration via rtwTargetInfo.m and want to remove the old version.
Thank you and kind regards
Clemens

Réponse acceptée

Abhishek Kolla
Abhishek Kolla le 5 Jan 2022
Hi,
Before you add a new toolchain you have to delete the previously added toolchain.
Reset the TargetRegistry to remove the toolchain that you created before. It can be done by the following command
RTW.TargetRegistry.getInstance('reset');
For more information on the detailed procedure you can refer to the following link
  1 commentaire
Clemens K
Clemens K le 17 Jan 2022
Thank you, i already found this command. It works for now :-)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by