Issue on running polyspace bugfinder qualification kit
27 次查看(过去 30 天)
显示 更早的评论
I was trying to run the polyspace qualification kit but ihave an issue on a ReportGeneratorQual.pm module
The module can't be found (i have also installed perl) and i can't find online anything about this module
How can i install/find this module?
1 个评论
Torsten
2025-8-25,10:30
编辑:Torsten
2025-8-25,14:43
After having checked that you have a licence for the kit and the kit is properly installed
%Check whether a licence for the DO_Qualification_Kit is available
license checkout DO_Qualification_Kit
%Check whether DO_Qualification_Kit is properly installed
ver
and both answers are positive, you should contact MATLAB Technical Support:
回答(1 个)
sneha
2025-9-2,11:36
The ReportGeneratorQual.pm file is not a standard Perl module from CPAN — it is part of the Polyspace IEC/DO Qualification Kitdelivered by MathWorks. It is installed when the kit is properly set up, and is not something you download separately.
Steps to resolve:
- Verify License
Make sure you have a valid license for the relevant qualification kit( based on your kit use one)
license checkout DO_Qualification_Kit
license checkout IEC_Certification_Kit
- Confirm Installation
In MATLAB, run:
ver
and check that the IEC Certification Kit or DO Qualification Kit is listed.
- Run the Setup Script
If installed, the kit contains a setup script
toolbox/qualkits/iec/bugfinder/certkitiec_bugfinder_setup.mlx
Open and run this in MATLAB — it unpacks required files, including ReportGeneratorQual.pm, into a directory of your choice.
- Locate the File
After setup, the file is typically in:
<chosen_folder>/bugfinder/tests/reporting/lib/ReportGeneratorQual.pm
If all signs point to correct setup yet the module remains missing you can share further details as:
Your MATLAB release version
- The exact qualification kit name (DO or IEC) and release version
- Any setup scripts you ran
- Directory paths you’ve checked
References:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!