eclipse-kuksa / kuksa-databroker

A modern in-vehicle VSS (Vehicle Signal Specification) server written in RUST
https://eclipse-kuksa.github.io/kuksa-website/
Apache License 2.0
21 stars 18 forks source link

Rustc 1.82.0 - QNX dependecies issue with crosscompilation #98

Open pbm1cob opened 2 weeks ago

pbm1cob commented 2 weeks ago

error[E0463]: can't find crate forcore | = 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 commented 1 week ago

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.