forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 39
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
SIGSEGV when building p384 crate #214
Comments
I cut down the p384 crate until I had a minimal reproduction. Some observations:
Since this is not an esp-rs/rust bug, I'll close this ticket and open a bug report in upstream Rust. I'll also submit a patch to p384 to clean up the dead code. Directory Structure
Contents of: .cargo/config.toml
Contents of: Cargo.toml
Contents of: rust-toolchain.toml
Contents of: src/lib.rs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered this while working to make WebRTC build on Xtensa. WebRTC depends on a crate called p384. I'll try to collect more information, but figured I'd raise awareness before I go build eps-rs from sources.
Reproduction
cargo generate --vcs none esp-rs/esp-idf-template cargo
and select the esp32s3 platform.p384 = "0.13"
to the dependencies in the generated Cargo.tomlcargo build
Meta
Error output
The text was updated successfully, but these errors were encountered: