Why do I get warnings about "File 'codedescriptor.dmr' not found." for each of my referenced models during a top model build?
18 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2023-4-3
编辑: MathWorks Support Team
2023-4-6
I have a model containing referenced models. When I try to build the top model for code generation, I get the following warnings:
*** Model reference build : REFERENCED MODEL
--------------------------------------------------------------------------------
================================================================================
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
Why am I getting these warnings and how can I avoid them?
采纳的回答
MathWorks Support Team
2023-4-6
These warnings appear if an unrelated 'codedescriptor.dmr' file is found on the search path during the model build stage.
These warnings can usually be ignored. Alternatively, you can also avoid them by deleting the unnecessary 'codedescriptor.dmr' files or by making sure they are not on the search path. This issue has been resolved in R2023a, and so updating your release is also an alternative.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!