Why does Polyspace Code Prover R2024b fail compilation before analysis begins when using an external C++ library?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Target and Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!