esp-idf-template icon indicating copy to clipboard operation
esp-idf-template copied to clipboard

`-C default-linker-libraries` breaks the build at link time (pthread multiple symbols) with recent ESP IDF toolchains

Open ivmarkov opened this issue 7 months ago • 3 comments

Also see this.

Need to get to the bottom of this but the most likely hypothesis is as per the comment above. It does happen at least with riscv targets, and with ESP IDF 5.X. Unsure yet if xtensa targets are affected, or any targets with ESP IDF 4.4.

WORKAROUND: Remove -C default-linker-libraries from .cargo/config.toml.

ivmarkov avatar Dec 28 '23 08:12 ivmarkov