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
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
# cargo build --target=thumbv6m-none-eabi
error: cannot produce proc-macro for `cortex-m-rt-macros v0.1.5` as the target `thumbv6m-none-eabi` does not support these crate types
Also tried to do that with both RUSTFLAGS='-C target-feature=-crt-static' and adding that to .cargo/config. I think there supposed to be a way to the that specifically to rustc when compiling cortex-m-rt-macros?
The text was updated successfully, but these errors were encountered:
Coming from The Embedded Book, I'm stuck in the cross-compiling section.
Also tried to do that with both
RUSTFLAGS='-C target-feature=-crt-static'
and adding that to.cargo/config
. I think there supposed to be a way to the that specifically torustc
when compilingcortex-m-rt-macros
?The text was updated successfully, but these errors were encountered: