You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup littlefs2-sys crate but got this weird error on compile (
cargo:rustc-link-lib=static=lfs-sys
cargo:rustc-link-search=native=/home/rust/rust-esp32-std-demo/target/xtensa-esp32-espidf/debug/build/littlefs2-sys-bfcc464d6158cf54/out
--- stderr
thread 'main' panicked at 'a libclang shared library is not loaded on this thread', /home/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.1/src/lib.rs:1692:1
stack backtrace:
0: 0x559cb7a3491c - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hf3852a2e8c0ed474
Any clues ?
Thanks
Reproducer
use littlefs2::fs::Filesystem;
fn main() {
esp_idf_sys::link_patches();
}
Hi,
I'm trying to setup littlefs2-sys crate but got this weird error on compile (
cargo:rustc-link-lib=static=lfs-sys
cargo:rustc-link-search=native=/home/rust/rust-esp32-std-demo/target/xtensa-esp32-espidf/debug/build/littlefs2-sys-bfcc464d6158cf54/out
--- stderr
thread 'main' panicked at 'a libclang shared library is not loaded on this thread', /home/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.1/src/lib.rs:1692:1
stack backtrace:
0: 0x559cb7a3491c - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hf3852a2e8c0ed474
Any clues ?
Thanks
Reproducer
**ESP32-C3 Build **
cargo build --target riscv32imc-esp-espidf
==>
ESP32 Build ==>
The text was updated successfully, but these errors were encountered: