-
Notifications
You must be signed in to change notification settings - Fork 6
Some problems compiling for linuxArm32Hfp
#4
Comments
I don't have access to my computer at the moment but the sample won't immediately work for arm32hfp, because kgl (used for OpenGL and GLFW) doesn't target raspberry pi yet, so the implementations will have to be created for raspberry pi. |
Whenever you'll manage to, please let me know I'll be watching this repo anyways! I'd do it myself, but I don't understand Gradle at all... |
I've gotten to my laptop now. You seem to have only edited the samples |
I'll test that branch out for JVM and will try to make the cinterop work with the RPi! |
At least SDL2 is available in K/N prebuilt sysroot for RPi, see samples/Tetris in K/N repo. |
Ah, I forgot about that. Thought should make things easier. |
Just checked samples/tetris - it's a little bit broken, did PR JetBrains/kotlin-native#3813 |
@MGlolenstine Are you still interested in this? Particularly in testing builds? |
@Dominaezzz I have a free Raspberry Pi 2B+, so I can test out Arm32 builds with no problem. |
Ok, I've started using the sample from Dominaezzz's kotlin-imgui library for the K/N, but I get errors thrown when trying to compile it for
![2020-01-31_12-37|277x198]()
linuxArmHfp
.error, my build.gradle.kts and my folder layout
It compiles and runs fine on the host, but it doesn't get past the errors when compiling for the ARM32HFP.
I can also test new builds on this architecture. I have a Raspberry Pi 2b+ and an IMX6 to test it on.
The text was updated successfully, but these errors were encountered: