Is polyspace 2020b compatible with win11?
Ältere Kommentare anzeigen
The same BugFindr project, with the same code, running Polyspace on Windows 10 can correctly generate static inspection reports, However, running on win11 will prompt "failure in verification of function xxxxx", resulting in analysis failure
7 Kommentare
Rik
am 15 Sep. 2023
Since Windows 11 was released in October 2021, it is not officially supported in R2020b. It may or may not work, but you are unlikely to get official support.
Is this error the case for all functions, or just some? I can't help you solve the problem, but the person who can will likely need the answer to that question.
Rik
am 15 Sep. 2023
How did you determine this is due to the Matlab release and/or operating system and not your function?
玫青
am 25 Sep. 2023
玫青
am 10 Nov. 2023
wei
am 12 Mai 2024
win11该如何解决这个问题?
guoyao
am 23 Jul. 2025
Has anyone fixed this?
Antworten (3)
Animesh
am 20 Nov. 2024
1 Stimme
There might be multiple causes for this error.
To work around the issue, you can try adding the option "-modules 1" in the Polyspace project configuration. If this does not resolve the issue, you can also try adding the option "--max-processes 1". Please follow the steps below to add these options:
1. Open the project in Polyspace.
2. Navigate to the "Configuration" tab.
3. In the Configuration tab, navigate to the "Advanced settings" tab.
4. In the Advanced Settings tab, kindly write "-modules 1" in the "Other Polyspace options/other" text field.
If adding "-modules 1" does not work, try the following:
1. In the same "Other Polyspace options/other" text field, add "--max-processes 1".
After adding the options, kindly try to run the analysis on the project again.
Anirban
am 28 Sep. 2023
0 Stimmen
Please contact MathWorks Technical Support for more help with the issue. See Contact Technical Support About Issues with Running Polyspace.
Walter Roberson
am 28 Sep. 2023
0 Stimmen
There are some Windows-11 specific problems with polyspace in some versions.
For example https://www.mathworks.com/support/bugreports/details/2566304 against Polyspace Code Prover is Windows 11 specific and leads to a Fail(Fail: failure in job) message (but with different surrounding text than you see)
1 Kommentar
玫青
am 10 Nov. 2023
Kategorien
Mehr zu Run Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!