You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having difficulties building this crate for MIPS. When building this crate I get:
error[E0425]: cannot find value `getrandom` in crate `libc`
--> /home/brocaar/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2/src/backends/linux_android_with_fallback.rs:34:39
|
34 | let fptr: GetRandomFn = libc::getrandom;
| ^^^^^^^^^ not found in `libc`
As this might as well be a bug in libc, I have also created the following iss: rust-lang/libc#4354
The text was updated successfully, but these errors were encountered:
I'm having difficulties building this crate for MIPS. When building this crate I get:
As this might as well be a bug in
libc
, I have also created the following iss:rust-lang/libc#4354
The text was updated successfully, but these errors were encountered: