-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
problem with make: Error: Unbound module Stdlib #13
Comments
I removed all the |
It seems it didn't work, since |
Hello, |
downgrading OCaml did well to some point, and I succeeded in
|
I was using the wrong libs, libs of |
I'm afraid I cannot replicate your issue. Are you sure you ran
after switching your ocaml compiler ? Then, did you run
in the root directory of omicrob ? EDIT: Alright, I think I now what's happening : since you manually entered a value for $OCAMLWHERE ( Please let me now if it works, thanks! |
The compiling succeeded when I re-cloned this repo and
|
The elf file is the PC executable (used for simulation / debugging), you should burn the .hex file |
OK, but still led doesn't light up. |
did you pick the right model of microcontroller in the configure file ? |
Here's the error:
I've made several tweaks in etc/Makefiles to get rid of some other errors I've encountered:
Filled
OCAMLWHERE
because it was empty:OCAMLWHERE := /usr/lib/ocaml
Added
-pkg obytelib
toOCAMLBUILD
:OCAMLBUILD := /home/linguini/.opam/default/bin/ocamlbuild -pkg obytelib -cflags -w,A-58-e,-warn-error,A,-safe-string,-strict-formats,-strict-sequence -lflags -w,A-58-e,-warn-error,A,-safe-string,-strict-formats,-strict-sequence -no-links -classic-display -build-dir .build
Tweaked some directories (actually I've tweaked ./config first, and tweaked etc/Makefile.conf afterwards):
The text was updated successfully, but these errors were encountered: