-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instllation of 1.82.0.3 on M1 mac failed #455
Comments
Just tried reproducing the issue but had no troubles:
After sourcing the new export file I was able to build Xtensa Rust projects |
Were you using latest espup (0.13.0)? |
having similar issue on macOS 15, M2 ➜ ~ espup --version × Failed to Install RISC-V targets for 'nightly' toolchain |
That doesn't look like the same issue. How did you install rust?. If you use |
I'm seeing exactly the same issue (on apple silicon only). Thanks @georgik for the workaround! I think this is some kind of race condition. |
Command:
espup install
Log:
Expected behavior: Display error message with suggestion on remedy, not a RUST_BACKTRACE.
Workaround:
rm -rf /Users/georgik/.rustup/toolchains/esp/xtensa-esp32-elf-clang/esp-18.1.2_20240912/esp-clang/lib /Users/georgik/.espup/esp-clang
After the removel the installation proceeds.
The text was updated successfully, but these errors were encountered: