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
Hello!
I try to build my project with bitvec for stm32f103.
I added this for my cargo.toml:
[dependencies.bitvec]
version = "1"
default-features = false
features = ["atomic", "alloc"]
Error:
error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
error: could not compile `my-project` (bin "my-project`) due to previous error
How to fix it?
The text was updated successfully, but these errors were encountered:
Hello!
I try to build my project with bitvec for stm32f103.
I added this for my cargo.toml:
Error:
How to fix it?
The text was updated successfully, but these errors were encountered: