It works fine without this option. This error appears every time I use this flag. In particular, you can call with verbose option in compile_and_load from examples/primrec.ml and get the same error.
Fixed, it was leaving too many temporary files in /tmp. (I've disabled the inlining report & asm output for Verbose, because there's no good way to get it at the moment)
When I use
Malfunction_compiler.compile_and_load
with[`Verbose]
flag I get the following error:It works fine without this option. This error appears every time I use this flag. In particular, you can call with
verbose
option incompile_and_load
fromexamples/primrec.ml
and get the same error.