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