identifier "oo" is undefined error in polyspace bug finder

조회 수: 10 (최근 30일)
선영
선영 2023년 1월 11일
댓글: Christian Bard 2023년 1월 19일
When I run Polyspace, I get "identifier 'oo' is undefined" error.
I need to specify a relative path of header file which defines identifier 'oo' instead of absolute path to solve the problem.
But, I don't want to fix my codes which have absolute path of header files in all files.
So, what should I do to fix this error instead of changing the path of all header files "absolute" to "relative"?

답변 (1개)

Anirban
Anirban 2023년 1월 18일
Do you mean that you have a #include to a header referred by it's absolute path? This should be automatically detected without even having to add the include folder to a project.
  댓글 수: 2
선영
선영 2023년 1월 18일
I added the include folder to my project, but that problem continues.
Christian Bard
Christian Bard 2023년 1월 19일
It would be great to send complet log file to Technical Support

댓글을 달려면 로그인하십시오.

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by