-
Notifications
You must be signed in to change notification settings - Fork 56
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
No mips-unknown-linux-musl support #522
Comments
This appears to be due to the One workaround you could try would be to define these macros via the environment: |
I'm having trouble finding a Rust toolchain I can use for this. ( Could you provide some guidance on how I can setup the build environment to target this platform? |
Hi, just stumbled across the same problem. It is basically failing, because there is no CPU defined for MIPS in openssl/target.h. If you manually add the following lines before I know, this is not elegant, but it works. Let me know if you have any thought on how to automate this (instead of manually patching a temporary file). PS: To build on this environment you need to use |
Thanks for the information! I posted a PR in for this change upstream: aws/aws-lc#2143 Feel free to comment on it there. |
### Issues: Addresses: * aws/aws-lc-rs#522 ### Description of changes: Setup macros for big-endian MIPS in "target.h" ### Callout A contributor informs us that the build for `mips-unknown-linux-musl` succeeds with this change: aws/aws-lc-rs#522 (comment) ### Testing: No CI testing for it. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
### Issues: Addresses: * aws/aws-lc-rs#522 ### Description of changes: Setup macros for big-endian MIPS in "target.h" ### Callout A contributor informs us that the build for `mips-unknown-linux-musl` succeeds with this change: aws/aws-lc-rs#522 (comment) ### Testing: No CI testing for it. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
Problem:
Host machine: x86_x64_linux_unkown
Trying to compile aws-lc-rs/sys for mips-unknown-linux-musl using cross-rs fails :
Note: home/{user} redacted from output.
The text was updated successfully, but these errors were encountered: