We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the instructions in th book, but I can't compile the blink example
error: could not compile `core` Caused by: process didn't exit successfully: `rustc --crate-name core --edition=2018 /home/markus/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=765ea16169eccad7 -C extra-filename=-765ea16169eccad7 --out-dir /home/markus/dev/rust-avr/blink/target/avr-atmega328p/release/deps --target /home/markus/dev/rust-avr/blink/avr-atmega328p.json -Z force-unstable-if-unmarked -L dependency=/home/markus/dev/rust-avr/blink/target/avr-atmega328p/release/deps -L dependency=/home/markus/dev/rust-avr/blink/target/release/deps --cap-lints allow` (signal: 11, SIGSEGV: invalid memory reference)
The text was updated successfully, but these errors were encountered:
Duplicate of rust-lang/rust#76930
I'm going to close this but thanks for raising!
Sorry, something went wrong.
No branches or pull requests
I followed the instructions in th book, but I can't compile the blink example
The text was updated successfully, but these errors were encountered: