Delete custom toolchain from Simulink (Embedded) Coder model

5 ビュー (過去 30 日間)
Clemens K
Clemens K 2022 年 1 月 2 日
コメント済み: Clemens K 2022 年 1 月 17 日
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

採用された回答

Abhishek Kolla
Abhishek Kolla 2022 年 1 月 5 日
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 件のコメント
Clemens K
Clemens K 2022 年 1 月 17 日
Thank you, i already found this command. It works for now :-)

サインインしてコメントする。

その他の回答 (0 件)

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by