Closed dimpolo closed 1 year ago
"-C", "force-frame-pointers",
This flag serves no purpose with Xtensa, there is an ISA-defined frame pointer. That said, it shouldn't error with it enabled. I think there was a bug in the template generator that included this. Does it still error without this flag?
Would you be able to try and produce a small test case where the error is produced?
"-C", "force-frame-pointers",
Removing this flag solved the error! Thanks for the quick response :)
@MabezDev Btw this is where I got the flag idea from. Should the text be updated? https://github.com/esp-rs/esp-backtrace#esp-backtrace---backtrace-for-esp32-bare-metal
Ooh, yeah that should say only for the RISCV targets. Would you mind filing an issue/PR?
Compiling a closed source project for the ESP32-S3 with
--release
leads to:Is there anything I could do to help diagnose this?
Meta
rustc --version --verbose
:Cargo.toml
.cargo/config.toml: