How to enable automatic stubbing option in 2016b polyspace code prover?
조회 수: 1 (최근 30일)
이전 댓글 표시
In 2016b polyspace Code Prover ,If the function definition is not there in code ,Then it is showing error.
댓글 수: 0
답변 (1개)
Alexandre De Barros
2017년 1월 24일
Hello,
the stubbing is automatic in R2016b, and in the previous versions as well.
More precisely, if Polyspace (Code Prover or Bug Finder) finds a declaration without a definition, the stubbing of the undefined function will take place, automatically.
Now, if you have an error (during the compilation phase I guess), it means that Polyspace is not able to find the declaration.
You should then probably add it in the code provided to Polyspace (or include the header file that contains the declaration).
Best regards,
Alexandre
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Options at Command Line Only에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!