Issue on running polyspace bugfinder qualification kit
27 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Torsten
am 25 Aug. 2025 um 10:30
Bearbeitet: Torsten
am 25 Aug. 2025 um 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:
Antworten (1)
sneha
am 2 Sep. 2025 um 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 Kommentare
Siehe auch
Kategorien
Mehr zu Run Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!