Answered
How can I start Polyspace in a second instance?
You can double-click the polyspace.exe executable twice to open two instances, and then open your .psbf file from whichever inst...

1 year ago | 0

Answered
How can I use 'mp5xx' target with 'diab' compiler in polyspace 2020 bug finder?
If you are using the mp5xx target, you can pick powerpc as your target. For the purposes of a Polyspace analysis, MPC5xx falls...

1 year ago | 0

Answered
how can I check checkers-activation-file versus checkers-selection-file
Couple of differences: The option -checkers-activation-file allows you to specify all checkers supported by Bug Finder: defect ...

1 year ago | 0

Answered
identifier "SRSS" is undefined while doing polyspace analysis
Your workflow should have worked. For instance, this simple file: void foo(void) { int x = SS; } Will show the 'undefine...

1 year ago | 0

Answered
Create polyspace project(*.psprj) from command line
You cannot create a blank Polyspace project or a project with source files from the command line (unless you are using a build c...

1 year ago | 0

| accepted

Answered
How do I add custom rules for data types separately?
Custom rules in the Type definitions category only apply to typedef-s. All typedef-s of integer types are flagged by a different...

1 year ago | 0

Answered
How do I customize the indentation in the custom rules?
As of release R2022b, there is no rule related to indentation in Polyspace Bug Finder. Most IDE-s and editors these days have...

1 year ago | 0

Answered
How should I verify ”overlapping” results from Code Prover and Bug Finder?
The recommended approach is to use Bug Finder first (and more frequently), and fix the simpler bugs found. Then, use Code Pro...

1 year ago | 1

| accepted

Answered
Polyspace "Maximum Stack Usage" calculation on ARM systems wrong
Hi, -target=arm uses these settings (for the armcc compiler for instance): https://www.mathworks.com/help/bugfinder/ref/armv5...

1 year ago | 0

Answered
Compatibility check for matlab products with targetlink
1) For cross-release integration, you can run on generated code using pslinkruncrossrelease (introduced in R2021a). 2) Your Pol...

1 year ago | 0

Answered
identifier "oo" is undefined error in polyspace bug finder
Do you mean that you have a #include to a header referred by it's absolute path? This should be automatically detected without e...

1 year ago | 0

Answered
I can't run the "polyspace-bugfinder-nodesktop.exe" via a user-defined option file
Which release of Polyspace are you using? Since R2021b, text format for coding rules specification is not supported. See the Ver...

1 year ago | 0

Answered
compatibility of polyspace 2019a with matlab 2021b
You can have a Polyspace version later than the MATLAB version but not vice versa. See Polyspace Support of MATLAB and Simulink ...

1 year ago | 1

| accepted

Answered
Code prover gives force refined shared variables analysis error.
Some more information is needed to answer this question. Are you using a manual multitasking configuration? In other words, are...

1 year ago | 0

Answered
Code Prover and Bug Finder finding race condition bug problem.
You can see which structure field is accessed on the Variable Access pane. For more information, see Variable Access.

1 year ago | 0

Answered
How to fix memory usage in Code Prover ?
There could be many possible reasons why Code Prover is running slower than expected. See Reduce Memory Usage and Time Taken by ...

1 year ago | 0

Answered
How to fix gray checks and unreachable functions at Code Prover ?
The unreachable functions might indicate issues with project setup, some early red check, or some compilation issue. See Reasons...

1 year ago | 0

Answered
Code Prover Unreachable code and function
The unreachable functions might indicate issues with project setup, some early red check, or some compilation issue. See Reasons...

1 year ago | 0

Answered
Parsing error while opening polysapce project created by Build command
Did you create this project at the command line and then try to open this project in the UI? In other words, is this the first t...

1 year ago | 0

| accepted

Answered
While integrating polyspace 2019a with Matlab 2019a Im getting an error stating undefined function or variable 'polyspacesetup'
The syntax: polyspacesetup('install') Is immediately available only from R2021a. In R2019a, you have to do a few steps ...

1 year ago | 0

Answered
Can Polyspace Bug Finder Server be used with Gitlab CICD instead of Jenkins?
Yes, you can run Polyspace Bug Finder Server on GitLab. You can assign a dedicated runner in GitLab to run the polyspace-bug-fin...

1 year ago | 1

| accepted

Answered
Getting Error in Bug Finder in Polyspace Client.
Please contact MathWorks Technical Support for deeper analysis of the problem. For more information, see Contact Technical Suppo...

1 year ago | 0

Answered
DRS File Polyspace with unknown struct of pointer
If your code compiles, Polyspace should have the struct definition. I am wondering if you have compilation errors. Anyway, your ...

1 year ago | 0

Answered
MATLAB crashed when running the .mexw64 file
Is it this issue: https://www.mathworks.com/help/bugfinder/ug/fix-matlab-crashes-polyspace-in-matlabroot.html ?

1 year ago | 0

Answered
MISRA C2012 Amendment 1, Addentum 3
As of release R2022b, Polyspace Bug Finder supports all MISRA C:2012 amendments upto Amendment 2. See Polyspace Support for MISR...

1 year ago | 0

| accepted

Answered
How to test single file in a whole project in a polyspace bug finder.
I am assuming you have already set up a project in the Polyspace user interface and want to add a new file to this project. To d...

1 year ago | 0

| accepted

Answered
Polyspace UT cannot traverse subfolder structure
If I understand the question correctly, you are adding a path to an include folder but the subfolders are not being traversed. I...

1 year ago | 0

| accepted

Answered
HIS Code Metrics justification
You have to use: /* polyspace CODE-METRICS: VOCF [Not a defect:Low] The amount of called functions is necessary due to readabil...

1 year ago | 1

| accepted

Answered
Polyspace: Only one (green) check despite expecting multiple hundreds of checks
The answer depends on whether you used polyspace-autosar (to generate modules for software components from ARXML specifications ...

1 year ago | 0

Answered
Polyspace Reports unwanted N/As
To have a pass/fail status, you have to specify something called Software Quality Objectives (SQO). So, the pass/fail status wou...

1 year ago | 0

Load more