PSaYC: Select the Polyspace configuration language
이전 댓글 표시
After updating the Polyspace Access and subsequently Polyspace as You Code Version from R2021b to R2022a I get those popups from the Eclipse integration a lot:

Is there a way to tell the Tool that it will always be C?
댓글 수: 2
David Delarue
2022년 5월 2일
The plugin requires a C/C++ project and expects to find a '.cproject' file in the project folder to detect automatically the language.
This dialog should only be displayed if no '.cproject' file is found. I've found no way to bypass the check except by creating manually this file... but i don't know which impacts it can have on the Eclipse IDE.
Are you using a C/C++ Eclipse project (if yes the .cproject file should already exist)?
Oliver Müller
2022년 5월 3일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with Polyspace Access에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!