Can we run value analysis in Frama-C on a C file that does not have the main function?

StackOverflow https://stackoverflow.com/questions/17734333

  •  03-06-2022
  •  | 
  •  

Frage

When running Frama-C on a C file without the main function, I got errors. Is there any option to run Frama-C value analysis on such C files?

War es hilfreich?

Lösung

Chapter 6 of the user manual, which discusses global analysis options, answers your question. Unsurprisingly, the relevant option is called -main...

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top