Skip to content
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

Rustc 1.82.0 - QNX dependecies issue with crosscompilation #98

Open
pbm1cob opened this issue Nov 10, 2024 · 1 comment
Open

Rustc 1.82.0 - QNX dependecies issue with crosscompilation #98

pbm1cob opened this issue Nov 10, 2024 · 1 comment

Comments

@pbm1cob
Copy link

pbm1cob commented Nov 10, 2024

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`

@pbm1cob
Copy link
Author

pbm1cob commented Nov 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant