We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First, copy the sysroot from the target SDK, and setup binutils and gcc for cross compiling. (See https://github.com/ytomino/drake/wiki/Setup-cross-compilers.)
Second, setup (flexdll and) ocaml for cross compiling. (See https://github.com/ocaml/ocaml/blob/trunk/INSTALL.adoc for 32bit, or https://github.com/ocaml-cross/opam-cross-windows/blob/master/README.md for Windows.)
Then, specify OCAMLC to be used.
OCAMLC
$ make OCAMLC=$HOME/.opam/4.08.0+32bit/windows-sysroot/bin/ocamlc
There was an error while loading. Please reload this page.