-
Notifications
You must be signed in to change notification settings - Fork 397
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
Fail to build for aarch64-unknown-linux-gnu
#1302
Comments
Build log:
|
|
The clang errors are quite well explained no?
Reading clang_getTranslationUnitTargetInfo, it says it is only for 5.0 and up, you currently have 3.8. You need to update it, see https://github.com/cross-rs/cross/wiki/FAQ#using-clang--bindgen, in particular, you need to use cross installed from main and install clang-10. now, the quiche error is interesting. |
Thank you. ring v0.16.20 |
is that the only version of ring used? |
yes |
Hey hey, Tracking this issue here on our project, as we have came across the same issue pact-foundation/pact-reference#320 Will report back if I get any success I can see that the error building with cross on my MBP M1 pro is the same is the same as the OP's error with quiche. We are also using ring v0.16.20 indirectly (that causes separate issues when trying to target aarch64-pc-windows-msvc) |
requires latest cross fetched from git closes pact-foundation#320 related cross-rs/cross#1302
Woop GHA passing both with stable and nightly channels with cross installed from latest git commit
failing with cross 0.2.5 https://github.com/YOU54F/pact-reference/actions/runs/6201781201/job/16839177805 Is there any timelines for the next release? Thanks all! |
I am waiting for the next release too. |
See rust-lang/rust#113104 (comment). ring 0.17.7 has a workaround for this. |
Checklist
Describe your issue
Multi crates can not build for
aarch64-unknown-linux-gnu
, it seems the build tool is broken ?build command:
crates not build:
quiche v0.17.2
aws-lc-sys v0.9.0
mbedtls-sys-auto v3.4.0
detail build log later.
What target(s) are you cross-compiling for?
aarch64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5
Example
No response
Additional information / notes
(build log too long, post later)
The text was updated successfully, but these errors were encountered: