Delete custom toolchain from Simulink (Embedded) Coder model
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Clemens K
el 2 de En. de 2022
Comentada: Clemens K
el 17 de En. de 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
0 comentarios
Respuesta aceptada
Abhishek Kolla
el 5 de En. de 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
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!