Created
October 20, 2020 05:38
-
-
Save wgaylord/5f18ea4b4b4f3367b3acd34880d73e5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chibill@jwg1:/data_pool/ESPRust/xtensa-rust-quickstart$ xargo build | |
Compiling r0 v1.0.0 | |
Compiling spin v0.5.2 | |
Compiling mutex-trait v0.2.0 | |
Compiling panic-halt v0.2.0 | |
Compiling xtensa-lx-rt v0.5.0 | |
Compiling rustc_version v0.2.3 | |
Compiling proc-macro2 v1.0.24 | |
error: failed to run custom build command for `xtensa-lx-rt v0.5.0` | |
Caused by: | |
process didn't exit successfully: `/data_pool/ESPRust/xtensa-rust-quickstart/target/debug/build/xtensa-lx-rt-0d54a9ae74bfa03b/build-script-build` (exit code: 101) | |
--- stderr | |
thread 'main' panicked at 'Either the lx6 or lx106 feature has to be enabled', /home/chibill/.cargo/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-rt-0.5.0/build.rs:18:14 | |
stack backtrace: | |
0: std::panicking::begin_panic | |
at /data_pool/ESPRust/rust-xtensa/library/std/src/panicking.rs:505 | |
1: build_script_build::main | |
at ./build.rs:18 | |
2: core::ops::function::FnOnce::call_once | |
at /data_pool/ESPRust/rust-xtensa/library/core/src/ops/function.rs:227 | |
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. | |
warning: build failed, waiting for other jobs to finish... | |
error: build failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment