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
  •  | 
  •  

質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top