-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glog fails to build on ARM64/AArch64 #107
Comments
Any movement on this? I just tried to build Apache Mesos and got this error:
|
config.guess and config.sub are no longer stored in repo see this commit 4f3e18b#diff-41e7d4fbb64f67f0225a7aa81731c241 2 tests on ARM are failing:
|
The demangle test fix is here: #50 |
Demangling problem could be fixed by explicitly disabling the new ABI
|
meyerj
added a commit
to meyerj/glog_catkin
that referenced
this issue
Dec 7, 2017
Apply google/glog#188 and invoke autogen.sh in the configure step. Required to fix build on aarch64 architecture, like google/glog#107.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The config.guess and config.sub are outdated, and do not have support for 64bit ARM. Without updating it renders glog useless on these new platforms.
The text was updated successfully, but these errors were encountered: