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
Hi there :)! I really enjoyed finding your project, as it seems to be the best option in trying to compile OCaml code to ARM32 bit
In the files in this folder https://github.com/ossdev07/opam-cross-arm/tree/master/packages/ocaml-arm32.4.07.0 were modified for Windows and not for Linux/none 32bits ARM.
As a consequence, I'm failing to follow the instructions on https://github.com/ossdev07/opam-cross-arm/ (I fail at opam install ocaml-arm with errors described here Naereen#1)
opam install ocaml-arm
I tried forking this project, and removing "flexdll-arm" in https://github.com/ossdev07/opam-cross-arm/blob/d406acb9e9be698cd68ff80094d2f58478be016d/packages/ocaml-arm32.4.07.0/opam#L28C1-L28C16 but it doesn't solve my issue. (see commit Naereen@374ae6d)
Could you help maybe? Thanks in advance! Regards, @Naereen from France
The text was updated successfully, but these errors were encountered:
My main intuition is that the opam file for ocaml-arm32.4.07.0 states:
opam
ocaml-arm32.4.07.0
synopsis: "OCaml cross-compiler for 32-bit x86 Windows targets"
Sorry, something went wrong.
and not ARM Linux or none or others...
No branches or pull requests
Hi there :)!
I really enjoyed finding your project, as it seems to be the best option in trying to compile OCaml code to ARM32 bit
In the files in this folder
https://github.com/ossdev07/opam-cross-arm/tree/master/packages/ocaml-arm32.4.07.0
were modified for Windows and not for Linux/none 32bits ARM.
As a consequence, I'm failing to follow the instructions on https://github.com/ossdev07/opam-cross-arm/ (I fail at
opam install ocaml-arm
with errors described here Naereen#1)I tried forking this project, and removing "flexdll-arm" in https://github.com/ossdev07/opam-cross-arm/blob/d406acb9e9be698cd68ff80094d2f58478be016d/packages/ocaml-arm32.4.07.0/opam#L28C1-L28C16 but it doesn't solve my issue.
(see commit Naereen@374ae6d)
Could you help maybe? Thanks in advance!
Regards,
@Naereen from France
The text was updated successfully, but these errors were encountered: