Issue on running polyspace bugfinder qualification kit
27 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Torsten
el 25 de Ag. de 2025 a las 10:30
Editada: Torsten
el 25 de Ag. de 2025 a las 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:
Respuestas (1)
sneha
el 2 de Sept. de 2025 a las 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 comentarios
Ver también
Categorías
Más información sobre Run Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!