-
Notifications
You must be signed in to change notification settings - Fork 181
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
blst
fails to build in Windows on ARM device
#190
Comments
Oh! The first Specifically the referred failure is arguably a cc-rs bug, fix is proposed in rust-lang/cc-rs#867. However, even if it's resolved, as it turns out, there will be more errors from armasm64. Yes, it means that |
The rust-lang/cc-rs#867 was merged, but it turned out that further adjustments are required, rust-lang/cc-rs#869. But I've fixed up arm-xlate.pl to make assembly work with ARM assembler, so that clang is no longer required. To use blst till updated blst and cc-rs crates are published create
|
This is resolved to the extent of Windows on ARM build being exercised on Github Actions. |
Oh! And thanks for the report! |
blst
fails to build in Windows on an ARM device. Outuput ofcargo build
:The text was updated successfully, but these errors were encountered: