Are there plans for a Linux ARM version of the Kot...
# kotlin-native
n
Are there plans for a Linux ARM version of the Kotlin Native compiler (one that will run on a Raspberry Pi for example)? Been having one headache after another with trying to cross compile on a Linux x64 PC for a Linux ARM v7 device (a Raspberry Pi via the linuxarm32hfp target). Would be significantly easier to compile directly on a Linux ARM v7 device if the Kotlin Native compiler was available.
o
there are no such plans on our side, at the moment.
🆗 1
probably what’s indeed missing is better integration with the package management system, so that cross-compilation is nicer.
1
✔️ 1
n
In order to integrate with the package management system on the Linux side two key pieces of information are required (Linux distro name, and Linux distro version). Might be worth looking into Linux Standard Base ( https://en.wikipedia.org/wiki/Linux_Standard_Base ).