esp-rs / std-training

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

update troubleshooting docs #238

Closed tomvictor closed 6 months ago

tomvictor commented 6 months ago

fix for "unrecognized command-line option" error

Vollbrecht commented 6 months ago

Thanks for the PR!

We are currently thinking of how we fixing it upstream in the build system itself. Setting this env var by the user should hopefully only be a short term workaround that is necessary and not something we want to do for the long term

tomvictor commented 6 months ago

@Vollbrecht Ok that makes sense, will close the PR then.