Delete custom toolchain from Simulink (Embedded) Coder model

조회 수: 2 (최근 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개)

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by