We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last bit of terminal output:
clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument] OCAMLC kernel/byterun/coq_memory.c clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument] OCAMLC kernel/byterun/coq_values.c clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument] OCAMLC kernel/byterun/coq_interp.c clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument] cd kernel/byterun/ && "/usr/local/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_memory.o coq_values.o coq_interp.o COQMKTOP -o bin/coqtop.opt Undefined symbols for architecture x86_64: "_caml_young_limit", referenced from: _coq_interprete in libcoqrun.a(coq_interp.o) "_caml_young_ptr", referenced from: _coq_interprete in libcoqrun.a(coq_interp.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) File "caml_startup", line 1: Error: Error during linking (exit code 1) make[3]: *** [bin/coqtop.opt] Error 2 make[3]: Leaving directory /Users/joegould/Documents/Schools/UniMath/sub/coq' make[2]: *** [submake] Error 2 make[2]: Leaving directory /Users/joegould/Documents/Schools/UniMath/sub/coq' make[1]: *** [sub/coq/bin/coq_makefile] Error 2 make: *** [build_UniMath] Error 2
/Users/joegould/Documents/Schools/UniMath/sub/coq' make[2]: *** [submake] Error 2 make[2]: Leaving directory
The text was updated successfully, but these errors were encountered:
Not sure where this error comes from.
In any case, I have just updated the UniMath submodule to the latest version - would you mind trying again?
Sorry, something went wrong.
No branches or pull requests
Last bit of terminal output:
clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
OCAMLC kernel/byterun/coq_memory.c
clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
OCAMLC kernel/byterun/coq_values.c
clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
OCAMLC kernel/byterun/coq_interp.c
clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
cd kernel/byterun/ &&
"/usr/local/bin/ocamlfind" ocamlmklib -oc coqrun coq_fix_code.o coq_memory.o coq_values.o coq_interp.o
COQMKTOP -o bin/coqtop.opt
Undefined symbols for architecture x86_64:
"_caml_young_limit", referenced from:
_coq_interprete in libcoqrun.a(coq_interp.o)
"_caml_young_ptr", referenced from:
_coq_interprete in libcoqrun.a(coq_interp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
File "caml_startup", line 1:
Error: Error during linking (exit code 1)
make[3]: *** [bin/coqtop.opt] Error 2
make[3]: Leaving directory
/Users/joegould/Documents/Schools/UniMath/sub/coq' make[2]: *** [submake] Error 2 make[2]: Leaving directory
/Users/joegould/Documents/Schools/UniMath/sub/coq'make[1]: *** [sub/coq/bin/coq_makefile] Error 2
make: *** [build_UniMath] Error 2
The text was updated successfully, but these errors were encountered: