-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
armv7-unknown-linux-musleabihf: undefined reference to symbol '__gettimeofday_time64' #5
Comments
See upstream issue: rust-lang/libc#1848 |
For now you can change the following lines homebrew-macos-cross-toolchains/armv7-unknown-linux-musleabihf/.config Lines 450 to 452 in 558b4ea
to
and build you own toolchain with crosstool-ng. |
It fails with this
You seem to have gotten it working with github actions, any idea why it fails? |
I was building on a self-hosted arm64 Mac. |
That's what I'm doing too |
Try downgrade crosstool-ng, the last good build was 8 months ago the but log is expired: https://github.com/messense/homebrew-macos-cross-toolchains/actions/runs/829438008 |
The version on my Mac is |
Hmm, still fails with the same error |
Please try again with the latest code which has upgraded to GCC 11.2.0. |
Closing due to inactivity. |
This happens when building the rocksdb branch of conduit for armv7-unknown-linux-musleabihf, I'm pretty sure this is the same issue, but I can't test it as musl-cross-make won't compile either (known issue for m1 macs)
The text was updated successfully, but these errors were encountered: