Unable to build on aarch64 #2566
MichaelMackus
started this conversation in
General
Replies: 1 comment
-
And you typed?
|
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
-
Getting a bunch of errors during the build:
I tried replacing those options with
-march=armv8-a
and that got Genie to compile, but having troubles with all the other libraries - these compiler options are scattered everywhere with seemingly no easy way to override them. I think we need a better way of detecting computer architecture - usually there's things likeuname -m
being used for these compiler switches in other software, and that seems to work well.I tried the
android-arm64
build but that didn't work, likely because I'm not on android (failed withfatal error: 'type_traits' file not found
)Beta Was this translation helpful? Give feedback.
All reactions