I'm tring to install OCaml on windows 10, following this. When I run opam install depext
command on Cygwin, I got an error:
The compilation of opam-depext failed at "C:\OCaml64\bin\make.exe".
context 2.0.0 | win32/x86_64 | | git+https://github.com/fdopen/opam-> > > > repository-mingw.git#opam2
path ~/.opam/4.07.1+msvc64c/.opam-switch/build/opam-depext.1.1.2
command C:\OCaml64\bin\make.exe
exit-code 2
env-file ~/.opam/log/opam-depext-9756-5f1023.env
output-file ~/.opam/log/opam-depext-9756-5f1023.out
operable program or batch file.
File "cmdliner/src/cmdliner.ml", line 1:
Error: Assembler error, input left in file C:\OCaml64\tmp\camlasme17f85.asm
ERROR while compiling opam-depext.1.1.2
<><> Error report <><><>
+- The following actions failed
| - build opam-depext 1.1.2
+-
- No changes have been performed
Can anyone help me? Thanks in advance.