esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
373 stars 44 forks source link

Help with linker `xtensa-esp32-elf-gcc` not found #78

Closed surendersampath closed 1 year ago

surendersampath commented 1 year ago

image

I'm having issues with xxtensa linker.

I used cargo generate to generate esp no std template and then executed cargo build. Could anyone help pleasE?

MabezDev commented 1 year ago

You need to install the linker manually from https://github.com/espressif/crosstool-NG/releases, or let espup do it for you.