Why does Polyspace Code Prover R2024b fail compilation before analysis begins when using an external C++ library?
Mostrar comentarios más antiguos
I am using Polyspace Code Prover R2024b to analyze C++ code that includes an external library named "exampleLib".
The analysis fails during the compilation phase before verification begins. The log shows errors similar to:
error: namespace "exampleLib::core" has no member "SomeType"
Failed compilation.
Error limit reached.
The external library headers are present, but Polyspace Code Prover still reports missing namespace members from the library.
Why does Polyspace Code Prover R2024b fail compilation before analysis begins when using this external C++ library, and how can I check the root cause?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Target and Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!