expected a declaration error using polyspace

9 visualizaciones (últimos 30 días)
Satya Kamasani
Satya Kamasani el 8 de En. de 2020
Editada: Anirban el 21 de En. de 2020
While using polyspace to run MISRA check, I get this error "expected a declaration" for configration bits. How can I fix this?
Polyspace_Error.png

Respuestas (1)

Anirban
Anirban el 21 de En. de 2020
Editada: Anirban el 21 de En. de 2020
Hi Satya,
It looks like the error appears on a macro. Is the macro _CONFIG (or a macro used in it) not defined previously? If it is defined, for some reason, Polyspace cannot access the definition.
You can see some of the common reasons for the error here: https://www.mathworks.com/help/codeprover/ug/undeclared-identifier.html
But your specific case, please contact MathWorks Technical Support. See here: https://www.mathworks.com/help/codeprover/ug/obtain-configuration-information.html

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by