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
error[E0463]: can't find crate for core| = note: theaarch64-unknown-nto-qnx710target may not be installed = help: consider downloading the target withrustup target add aarch64-unknown-nto-qnx710`
error[E0463]: can't find crate for std
|
= note: the aarch64-unknown-nto-qnx710 target may not be installed
= help: consider downloading the target with rustup target add aarch64-unknown-nto-qnx710
For more information about this error, try rustc --explain E0463.
error: could not compile once_cell (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile pin-project-lite (lib) due to 1 previous error
error: could not compile memchr (lib) due to 1 previous error
error: could not compile libc (lib) due to 1 previous error
error: could not compile slab (lib) due to 1 previous error
error: could not compile fnv (lib) due to 1 previous error
error: could not compile pin-utils (lib) due to 1 previous error
error: could not compile futures-sink (lib) due to 1 previous error
error: could not compile itoa (lib) due to 1 previous error
error: could not compile futures-core (lib) due to 1 previous error
error: could not compile untrusted (lib) due to 1 previous error
error: could not compile futures-task (lib) due to 1 previous error
error: could not compile cfg-if (lib) due to 1 previous error
error: could not compile byteorder (lib) due to 1 previous error
error: could not compile bytes (lib) due to 1 previous error
error: could not compile hashbrown (lib) due to 1 previous error`
The text was updated successfully, but these errors were encountered:
nix 0.26.4 crate might need porting to support cross-compilation for aarch64-unknown-nto-qnx710 target. If anyone might have resolved, please update here.
error[E0463]: can't find crate for
core| = note: the
aarch64-unknown-nto-qnx710target may not be installed = help: consider downloading the target with
rustup target add aarch64-unknown-nto-qnx710`error[E0463]: can't find crate for
std
|
= note: the
aarch64-unknown-nto-qnx710
target may not be installed= help: consider downloading the target with
rustup target add aarch64-unknown-nto-qnx710
For more information about this error, try
rustc --explain E0463
.error: could not compile
once_cell
(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
pin-project-lite
(lib) due to 1 previous errorerror: could not compile
memchr
(lib) due to 1 previous errorerror: could not compile
libc
(lib) due to 1 previous errorerror: could not compile
slab
(lib) due to 1 previous errorerror: could not compile
fnv
(lib) due to 1 previous errorerror: could not compile
pin-utils
(lib) due to 1 previous errorerror: could not compile
futures-sink
(lib) due to 1 previous errorerror: could not compile
itoa
(lib) due to 1 previous errorerror: could not compile
futures-core
(lib) due to 1 previous errorerror: could not compile
untrusted
(lib) due to 1 previous errorerror: could not compile
futures-task
(lib) due to 1 previous errorerror: could not compile
cfg-if
(lib) due to 1 previous errorerror: could not compile
byteorder
(lib) due to 1 previous errorerror: could not compile
bytes
(lib) due to 1 previous errorerror: could not compile
hashbrown
(lib) due to 1 previous error`The text was updated successfully, but these errors were encountered: