You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the install instructions from the Rust on ESP book, using espup and I created a new repo from the esp-template. When I try to cargo check the process errors out. It seems like an OS version issue. Is it possible to install an older version of the Rust fork through espup? I had been able to run this same process ~6months ago, but after updating with espup update it no longer works.
% cargo check
error: process didn't exit successfully: `/Users/me/.rustup/toolchains/esp/bin/rustc -vV` (signal: 6, SIGABRT: process abort signal)
--- stderr
dyld: Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
Referenced from: /Users/me/.rustup/toolchains/esp/bin/../lib/librustc_driver-c61a62fc4508abaa.dylib (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libc++.1.dylib
The text was updated successfully, but these errors were encountered:
macos 11 is quite old and no longer maintained according to https://en.wikipedia.org/wiki/MacOS. I suggest updating your system as we'll likely be updating our builder soon too.
I followed the install instructions from the Rust on ESP book, using
espup
and I created a new repo from the esp-template. When I try tocargo check
the process errors out. It seems like an OS version issue. Is it possible to install an older version of the Rust fork throughespup
? I had been able to run this same process ~6months ago, but after updating withespup update
it no longer works.The text was updated successfully, but these errors were encountered: