- 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.
How do I make a Simulink build fail if warnings are present?
2 次查看(过去 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?
0 个评论
回答(1 个)
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.
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!