Hi @MabezDev I found the following issue: Compilation fails with error for xtensa-esp8266-none-elf target because of missing xtensa-esp32-elf-gcc executable. **Expected result:** Rust uses xtensa-lx106-elf-gcc from official toolchain as linker parameter **Actual result:** Rust tries to find xtensa-esp32-elf-gcc and fails **Temporary solution:** Manually set correct linker by adding _"-C linker=<linker path>"_ to the _RUSTFLAGS_ variable