opam-cross-android
opam-cross-android copied to clipboard
Support for cross-compilation on x86 platform with target systems as 32-bit and 64-bit arm linux
Dear Team,
Currently, we have cross-compiling tool chain for target systems Android, IOS and Windows. We need tool chain for cross-compilation on x86 platform with target systems as 32-bit and 64-bit arm linux.
Do we have any cross-compiling tool chain to provide this support? If any please suggest the same.
Regards,
I'm also interested in being able to cross-compile from x86_64 linux to arm linux (non-android). Is this currently supported?
Michael John (2020/01/23 18:03 -0800):
I'm also interested in being able to cross-compile from x86_64 linux to arm linux (non-android). Is this currently supported?
Not but it should be. It's a tagrget, I don't know yet when it will be reached, but that's definitely somethiing we want to achieve.
How much is still missing in order for build artifacts to run on Linux? I have successfully managed to build a CLI app on ARM Linux (using the native toolchain) and run it on an Android device, so I figure the reverse should not be too hard.
The toolchain was developed specifically for Andriod. Someone would have to take up support for generic Linux.