Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ocaml Frama-c预处理错误_Ocaml_Frama C - Fatal编程技术网

Ocaml Frama-c预处理错误

Ocaml Frama-c预处理错误,ocaml,frama-c,Ocaml,Frama C,我想对c代码进行切片,但当我编写命令时,会出现一些错误,这些错误已经被记录下来 *******[15:18, 26.10.2017] Recep: [kernel] Parsing .opam/system/share/frama-c/libc/__fc_builtin_for_normalization.i (no preprocessing) [kernel] user error: source file "helloworld.c" does not exist [kernel] u

我想对c代码进行切片,但当我编写命令时,会出现一些错误,这些错误已经被记录下来

*******[15:18, 26.10.2017] Recep: [kernel] Parsing .opam/system/share/frama-c/libc/__fc_builtin_for_normalization.i (no preprocessing)

[kernel] user error: source file "helloworld.c" does not exist

[kernel] user error: stopping on file "helloworld.c" that has errors. Add 

'-kernel-msg-key pp'

                     for preprocessing command.

[kernel] Frama-C aborted: invalid user input.******* 

错误消息“源文件”helloworld.c“不存在”表明没有这样的文件,因此请确保它存在,并且可以被Frama-c找到,即它在您的工作(当前)目录中。

没有人能帮您解决错误。请添加您的代码。当我编写命令Frama-c helloworld.c时,我收到了这个错误