Replies: 3 comments
-
I think your installation wasn't successful. Try: opam init --compiler=4.11.0 --disable-sandboxing |
Beta Was this translation helpful? Give feedback.
-
You'd better follow the guide line that we provided. |
Beta Was this translation helpful? Give feedback.
-
I tried given documents several times in KCLOUD, but I was stuck with install dune. There were several errors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I tried make command in the root repository,
There is error with error message:
File "src/dune", line 11, characters 38-51:
11 | (libraries hwLib llvm llvm.bitreader llvm.irreader str))
^^^^^^^^^^^^^
Error: Library "llvm.irreader" not found.
Hint: try:
dune external-lib-deps --missing src/main.exe
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 1
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions