Lilian Besson
Lilian Besson
I'm struggling to understand what files to modify, between `numworks.ml`/`numworks.mli` and `bindings.c` and `arch-specific.c`. I've managed to update and fix the `millis()` function, calling the correct function of the Numworks...
Hm could we not implement "fake" UI functions of the Numworks in the simulator? I don't really care about the simulator actually.
Hi again, Thanks for an impressively quick response! I've tried each test files, and couldn't run any of them.
Each of them fails, with the same error message.
Yes. I don't see any errors when I simply run `cargo run` (it seems to work fine), but I have the same error when loading any of these files: ```...
I'm trying, and I'm getting the following error, for `cargo run` as well as `cargo run ./example/fibo.ml`: ``` Running `target/debug/rcaml example/fibo.ml` Erreur de segmentation (core dumped) ```
(segmentation fault)
I can't install LLVM 3.9 from my `apt` packages, on Ubuntu 22.04 on this laptop. Apparently it's not trivial to install older versions. I'll try running from a container, as...