Closed erszcz closed 4 years ago
Sorry, forgot to update the README. Use 2020-04-26 release of LLVM.
I'll update the README too.
On the specific note of your example code, we haven't implemented io:format/2
as a BIF and you're not explicitly listing io.erl
from the Erlang source, so I doubt it would work anyway. erlang:display/1
is available, but that can only print a term
. It's like the equivalent of IO.inspect/1
in Elixir. We use it lumen/tests
.
@erszcz use the updated README in https://github.com/lumen/lumen/blob/f8e61a3eb6a7a8636e70ac50703aef5d51f508ea/README.md. If you still have a problem, please open a new issue to address it.
@KronicDeth Thanks for a swift response! With this LLVM version it builds and compiles example code fine.
Hi!
This is a great project! I've tried following the build steps on MacOS but got this error:
Environment details:
commit 8cfd9dfe, i.e. current
develop
Rust toolchain
However, applying this patch allows me to build the project:
Alas, it's not enough to get the compiler to work:
Just thinking out loud, but might it be that the README on
develop
is not up to date with regard to LLVM version to use?