When executing code written here with the command frama-c -load- script cfg_print.ml test.c
(cfg_print.ml
is the name of the file on my system containg the Ocaml code and test.c is the file containing c code) , I get the following error:
[kernel] user error: command `ocamlopt.opt -shared -o cfg_print.cmxs -w Ly -warn-error A -I /usr/lib/frama-c -I . cfg_print.ml' failed
[kernel] Frama-C aborted because of invalid user input.
How can I remove this error?