Polyspace Code Prover User Program Error: No functions available that are out of class scope to call with -main-generator-calls option

1 view (last 30 days)
I am facing a problem while launching Polyspace Code Prover analysis on a project. I experience no issues with Polyspace Bug Finder on the same project. However upon running analysis I receive the following error.
 
Stubbing standard library functions ...
Doing code transformations ...
User Program Error: No functions available that are out of class scope to call with -main-generator-calls option.
Packing compilation data
done.
Do you have any suggestions on how to resolve this error?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 26 Jan 2023
This error indicates that the "-main-generator-calls" is defined as 'none'.
This results in no function being called and the subsequent error.
 
Please refer to the following documentation for more information on the "-main-generator" function options.
Please note the analysis may take a long time to complete.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!