Error using Matlab Compiler App (ApplicationCompiler) - Dependency Analysis
古いコメントを表示
Hi there,
I want to deploy my application with the ApplicationCompiler-App (Matlab Compiler) to get a standalone. But I get an error, just after adding the main-file.
Here is what it says in the command window:
Error using matlab.codetools.requiredFilesAndProducts (line 91)
Internal Error: Could not determine class of method "C:\Program
Files\MATLAB-R2014a\toolbox\slvnv\reqmgt\@RptgenRMI\data.p". Number of classes checked: 16.
Error in matlab.depfun.internal.filesAndSupportPackages (line 7)
[depfileslist, depproducts] = matlab.codetools.requiredFilesAndProducts(varargin);
It also appears, if I add or delete any dependent files. Does anyone know what is wrong? Or how I can get more information where exactly the problem is? I have no idea about that.
It seems to me, that the dependenciy-check fails somehow.
Thanks for your help.
Greetings, stetsc
採用された回答
その他の回答 (2 件)
Titus Edelhofer
2014 年 6 月 24 日
1 投票
Hi Stefan,
this comes from Simulink Verification and Validation, which is not supported by MATLAB Compiler, see supported Products. Do you use in your code some functionality from Simulink V&V? Does commenting the part of the code that seems to use some report generation functionality help?
Titus
Stefan
2014 年 6 月 27 日
0 投票
2 件のコメント
Titus Edelhofer
2014 年 6 月 27 日
If you remove "by hand" like in the few lines I wrote, MATLAB will gave strange warnings afterwards. Restarting MATLAB resets everything ...
Stefan
2014 年 7 月 3 日
カテゴリ
ヘルプ センター および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!