akhilgupta

Results 4 comments of akhilgupta

Hey Guys, Sorry to bother you... Do we now have support for `ocaml-android64` ? I need this to cross-compile `facebook/flow` for `aarch64` on `x86_64` machine. Regards,

@markghayden Hi Mark, Thanks for quick support 😄 Can you please help me out regarding "how to use your toolchain" to compile `facebook/flow` package. I am sorry, I am naive...

Especially how to execute that `configure` line. ``` ARCH=arm64 SUBARCH=arm64 SYSTEM=linux_eabi \ CCARCH=arm64 TOOLCHAIN=aarch64-linux-android-4.9 \ TRIPLE=aarch64-linux-android LEVEL=24 \ STLVER=4.9 STLARCH=arm64-v8a \ opam install conf-android ``` How and where to execute...

This is what I am getting when I executed `opam install ocaml-android --debug` ``` 00:00.001 GSTATE LOAD-GLOBAL-STATE @ /home/akhil/.opam 00:00.002 RSTATE LOAD-REPOSITORY-STATE @ /home/akhil/.opam 00:00.079 RSTATE Loaded /home/akhil/.opam/repo/state.cache in 0.077s...