Building target/aarch64-none-elf/release/rustberry
RUST_TARGET_PATH="/home/josselin/develop/rustberry" cargo xbuild --release --target=aarch64-none-elf
WARNING: the sysroot can't be built for the Stable channel. Switch to nightly.
Compiling tock-regs v0.1.0 (https://github.com/tock/tock.git?rev=8b64ec2#8b64ec27)
Compiling spin v0.4.8
Compiling volatile v0.2.4
Compiling once v0.3.3
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-none-elf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-none-elf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: Could not compile `once`.
warning: build failed, waiting for other jobs to finish...
error: Could not compile `volatile`.
warning: build failed, waiting for other jobs to finish...
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-none-elf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: Could not compile `tock-regs`.
warning: build failed, waiting for other jobs to finish...
error[E0463]: can't find crate for `core`
|
= note: the `aarch64-none-elf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: Could not compile `spin`.
To learn more, run the command again with --verbose.
Makefile:32 : la recette pour la cible « target/aarch64-none-elf/release/rustberry » a échouée
make: *** [target/aarch64-none-elf/release/rustberry] Erreur 101