Arm64 linux (raspberry) #224
vivienprouvot
started this conversation in
General
Replies: 1 comment
-
|
You can try out the arm64 libraries I compiled here: Also you should add the relevant entries to the godot-sqlite/demo/addons/godot-sqlite/gdsqlite.gdextension Lines 14 to 15 in 4f6a817 Could you test this on your end and tell me if it works? 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, thank you ! I'm using sqlite in Godot on my linux mint, it works just fine.
Now, I want to export my godot's games onto my raspberry running raspbian but I got this warning :
WARNING: ./editor/export/editor_export_platform.h:252 - GDExtension: No "arm64" library found for GDExtension: "res://addons/godot-sqlite/gdsqlite.gdextension". Possible feature flags for your platform: pc, linux, s3tc, bptc, arm64, template, debug, template_debug, single
I tried it out to be sure, but obviously, my game on raspberry won't compile.
Is there anything I can do to make it work ?
As there is arm64 for android and ios, do you plan to implement a linux arm64 as well ?
Thank you very much !
Vivien
Beta Was this translation helpful? Give feedback.
All reactions