tested the android cross build #33
adamdruppe
started this conversation in
Show and tell
Replies: 1 comment
-
Sounds like a good idea. Manually setting up an android dev env is pretty painful, unless you go for a full install of android studio (but you won't get D support). Easing this pain would go a long way and making openD thrive. |
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
-
I first tried the CI build on android and got a stack corruption error. So that does not work. But you can cross compile from the packaged linux version to android. i have ndk v20
Tested some basic stuff like thread spawn, join, tls var, exception throw and catch. My cgi.d builds with minimal version (no posix_spawn for the advanced features) but the thread embedded server segfaults. Process embedded server and cgi mode works though.
So this is good seems like we have a hope here.
Ideally I'd like the
opend
program to build the runtime if it doesn't exist, maybe even download an ndk if it isn't there, and do all that cross compile spam stuff automatically so things just work...Beta Was this translation helpful? Give feedback.
All reactions