esp-rs / std-training

Embedded Rust on Espressif training material.
https://esp-rs.github.io/std-training
Apache License 2.0
606 stars 78 forks source link

Running into error: linker `ldproxy` not found in hardware-check #191

Closed devinpearson closed 1 year ago

devinpearson commented 1 year ago

Hey there,

I got one of the esp-rs boards and was looking to work through the book and started with the hardware-check which is throwing the following error. CleanShot 2023-06-15 at 17 23 13

I have looked through some google results but haven't found anything concrete. I have run quite a number of other rust embedded code and different configs, so the issue is with my setup.

Anyone else come across this?

System Details: Intel MacOs running Ventura 13.4

devinpearson commented 1 year ago

Never mind I missed the cargo install step.

cargo install cargo-espflash espflash ldproxy