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
$ rustup default nightly
$ rustup component add rust-src
$ cp -r $(rustc --print sysroot)/lib/rustlib/src/rust/src .
$ cd src/libcore
$ cargo build --target msp430-none-elf Compiling core v0.0.0 (file:///home/japaric/tmp/src/libcore)error[E0412]: cannot find type `AtomicPtr` in this scope --> sync/atomic.rs:931:26 |931 | impl<T> From<*mut T> for AtomicPtr<T> { | ^^^^^^^^^ not found in this scopeerror: aborting due to previous errorerror: Could not compile `core`.
STR
Metadata
The text was updated successfully, but these errors were encountered: