I am trying to learn frama-c from Allan Blanchard's tutorial and I have had trouble verifying the installation as suggested in the tutorial. The author provides a C file with ACSL annotations, all of which frama-c is supposed to be able to prove. However when I run the command (frama-c-gui -wp -rte main.c
) I get the following:
I installed frama-c (version 22.0) via opam (version 2.0.4) on an ocaml-base-compiler.4.11.1 switch. When I installed it I had an issue with Why3 not being able to detect Alt-Ergo and I ended up editing ~/why3.config manually. I mention it here even though I am not sure whether or not it's related to the aformentioned problem.