Why does Polyspace Code Prover R2024b fail compilation before analysis begins when using an external C++ library?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Target and Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!