https://kotlinlang.org logo
Title
g

goto1134

03/22/2018, 8:18 PM
How to determine that my cpu is supported by kotlin/native? I'm curious about arm7tdmi
j

J-Rojas

03/22/2018, 9:59 PM
Wikipedia suggests that is an older generation of ARM7 chips. ARMv7-A is the modern 32bit ARM architecture that is usually supported. I'd suggest attempting a build with arm32 target and then try to run it on the target device to confirm.
o

olonho

03/23/2018, 6:12 AM
practically speaking, most LLVM supported CPU flavours would work with K/N, however you’ll need properly pass compiler flags and configure embedded targets
g

goto1134

03/23/2018, 7:28 AM
is there any guide to compiler flags and targets?
4
l

louiscad

03/23/2018, 8:09 AM
I agree, a guide on how to do this, with a few examples we can try, would be very helpful
a

alexander.gorshenev

03/23/2018, 11:18 AM
Good idea. We'll see what can be done.
w

wiyarmir

03/23/2018, 2:21 PM
have a look at this commit