How do I make a Simulink build fail if warnings are present?

1 次查看(过去 30 天)
I'm using the rtwbuild('MyModel.slx'); command to build my model in a script. I'd like to have a configuration available to make the build fail if there are warnings.
In other words, what is the -Werror equivalent when building a Simulink model?

回答(1 个)

Lokesh
Lokesh 2023-9-22
Hi Jonathon,
I understand that you want the Simulink build to fail when a warning is present.
In Simulink, warnings are considered as advisory messages and do not cause the build process to fail by default. However, there is a workaround to achieve this by modifying the configuration settings.
  • In the Simulink toolbar, click on the Modeling tab and go to Model Settings (Configuration Parameters).
  • Navigate to the Diagnostics tab in the configuration dialog.
  • In In the list of checks, locate the checks related to the warnings you want to treat as errors.
  • For each check you want to treat as an error, select it and change the "Action" to "Error".
  • Click "OK" to save the configuration.
  • Now, when you build your Simulink model using the “rtwbuild” command, the Model Advisor checks will be performed, and any warnings that were configured to be treated as errors will cause the build to fail.
By configuring the settings to treat specific warnings as errors, you can achieve a similar effect to the "-Werror" flag.
I hope the above workaround resolves your issue.

类别

Help CenterFile Exchange 中查找有关 Model References 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by