esp-hal
esp-hal copied to clipboard
multiple definition of malloc, calloc, and free when used together with other crates providing them
Hey! I use another crate which wraps some C code. That crate and esp-wifi both seem to rely on the C functions listed in the title. When both crates are used, the compiler dies of an aneurysm. Any ideas on possible solutions? Could this be added as a feature perhaps where a user can bring their own implementations of these functions? I'll request the same behavior from the other crate's maintainer.
Very simply, using the a121-rs crate and esp-wifi together doesn't work.