Hi, Is there any support for kotlin-native on Linu...
# kotlin-native
a
Hi, Is there any support for kotlin-native on Linux ARM32 soft-float ABI? I tested, and it runs fine on both ARM64 and ARM32 hardfp, but the libraries and OS on the embedded device i'm planning to use it are compiled to ARM32 softfp (specifically ARMv5 EABI). I dug a little on the source code, and based on this file https://github.com/JetBrains/kotlin-native/blob/master/konan/konan.properties there's in fact no support. If there's no support, how would I be able to add it? Thanks!
a
Hi! This(https://github.com/JetBrains/kotlin-native/issues/3350) issue seems relevant here. Also, if you want to know more about adding targets, you can find some PRs in the repo, maybe it can help.
👍 1