Skip to content

Interpreter does not compile #54

@backes

Description

@backes

Building the interpreter (running make -C interpreter) currently fails with this error:

$ make -C interpreter
echo >_tags "true: bin_annot"
echo >>_tags "true: debug"
echo >>_tags "<{util,syntax,binary,text,valid,runtime,exec,script,host,main,tests}/*.cmx>: for-pack(Wasm)"
ocamlbuild -lexflags -ml -cflags '-w +a-4-27-42-44-45-70 -warn-error +a-3' -I util -I syntax -I binary -I text -I valid -I runtime -I exec -I script -I host -I main -I tests -libs bigarray -quiet main.native
+ /usr/bin/ocamlopt.opt bigarray.cmxa -g -I util -I binary -I exec -I syntax -I main -I runtime -I host -I script -I text -I valid util/lib.cmx binary/utf8.cmx exec/fxx.cmx exec/f32.cmx exec/f64.cmx exec/ixx.cmx exec/i32.cmx exec/i64.cmx exec/i32_convert.cmx exec/f32_convert.cmx exec/i64_convert.cmx exec/f64_convert.cmx exec/i16.cmx exec/i8.cmx syntax/types.cmx exec/v128.cmx syntax/values.cmx util/source.cmx syntax/ast.cmx syntax/free.cmx util/error.cmx binary/encode.cmx syntax/operators.cmx binary/decode.cmx exec/eval_num.cmx exec/eval_vec.cmx main/flags.cmx runtime/memory.cmx runtime/data.cmx runtime/table.cmx runtime/elem.cmx runtime/func.cmx runtime/global.cmx runtime/instance.cmx exec/eval.cmx host/env.cmx host/spectest.cmx script/import.cmx script/script.cmx text/parser.cmx text/lexer.cmx text/parse.cmx script/js.cmx util/sexpr.cmx text/arrange.cmx text/print.cmx valid/valid.cmx script/run.cmx main/main.cmx -o main/main.native
File "_none_", line 1:
Error: Cannot find file "bigarray.cmxa"
Command exited with code 2.
make: *** [Makefile:71: main.native] Error 10
rm _tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions