-
Notifications
You must be signed in to change notification settings - Fork 409
can't find crate for core
#564
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
Comments
Show
|
Try:
and then rerun. |
rustup target add mipsel-unknown-linux-gnu success cross build --target mipsel-unknown-linux-gnu error: aborting due to previous error error: could not compile To learn more, run the command again with --verbose. |
The http library fails to compile with hyper v0.14.4. If you use minreq to open https, openssl-sys (v0.9.65) fails to compile, and uses rustls ring v0.16.20 to compile fails. |
You should be able to use the vendored openssl or use the package manager to fix the issue with |
I'm unable to replicate this on the latest cross (v0.2.2), and both |
I'm running into the same issue for cfg-if. Why rustup target add is needed? |
It looks like |
Where did you find that information @rapiz1? Wondering if that's the cause for #1336 also, but https://doc.rust-lang.org/stable/rustc/platform-support.html still shows it as t2 |
Ah, you're right, platform doc is outdated rust-lang/rust#115218 |
LoL someone in a rust telegram group told me. Looks like he's lurking in the community long enough to know that doc is outdated |
Windows is not supported?
The text was updated successfully, but these errors were encountered: