aarch64 heads up #785
Closed
pizzaadoough
started this conversation in
General
Replies: 2 comments 4 replies
-
What OS, what libc? Building with musl or glibc? |
Beta Was this translation helpful? Give feedback.
3 replies
-
You should try again. We've adjusted the qemu setup. It's really slow though... prefer to use native arm hardware if there's any way you can. The free Oracle 4 core VPS is much faster than my 13700k. |
Beta Was this translation helpful? Give feedback.
1 reply
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..
Just a heads-up—when building for
aarch64
, I ran into issues withopenssl
, whilezlib
andsockets
built successfully (only tested those three so far). After digging around, I noticed the architecture still defaulted tox86_64
unless I explicitly setSPC_ARCH
toaarch64
. Forcing the value did the trick.I'm using commit 56cd671.
Beta Was this translation helpful? Give feedback.
All reactions