Closed 0xXcrypted closed 3 years ago
You may have changed the name of run
function in instrument.ml.
I’ve checked that but that is not my case. Thanks for your suggestion
Please check that run
function is complete.
If you are doing some recursive calls, that may have caused the issue: https://stackoverflow.com/questions/26491703/ocaml-error-unbound-value-when-using-recursion
If you are not doing recursively, just ignore this comment
Reconnecting to the VM solved this problem. Thanks everyone
I faced a new kind of error when running make command.
Error: Unbound value Instrument.run
This error is raised in src/main.ml, Can anyone help me with this? Thanks