Trying to compile for raspberry pi while on macint...
# kotlin-native
t
Trying to compile for raspberry pi while on macintosh is still giving me a couple of issues, (I thought cross-compilation was possible!)
Target 'native' for platform linux_arm32_hfp is ignored during build on this macos_x64 machine. You can build it with a linux_x64 host.
o
you're likely use not the most recent Kotlin/Native version
👍 2