C-Code Polyspace MISRA-C check without Polyspace value range and overflow checks
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
aluppold
am 14 Mär. 2018
Beantwortet: aluppold
am 15 Mär. 2018
Hallo Support Team,
is it possible to run a Polyspace Code Prover job (C-Code) only for MISRA-C checks without carrying out Polyspace value range and overflow checks (Etc.)?
The reason of this question is that a complete Polyspace Code Prover job requires several days untli completion. And we are only interested in misrca-c at this point.
Thank you and best regards! Andreas
0 Kommentare
Akzeptierte Antwort
Alexandre De Barros
am 14 Mär. 2018
Hi,
Since most of the coding rule violations are found during the "compilation" phase, I suggest you to stop the verification at the end of this phase.
To do that, in your configuration, go to Precision, and for the Verification level, choose "Source Compliance checking".
Best regards,
Alexandre
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Bug Finder Analysis 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!