Closed JoshMcguigan closed 4 years ago
Thank you for your interested in my little project.
Ok, so the link errors are due to debug mode - release mode produces much smaller binaries and the debug build doesn't actually fit the stm32f013. Chechk flash.sh which I believe also strips some symbols for this purpose.
As for the second issue, apperantly the upstream library already has a fix, so try updating that first. See https://github.com/phil-opp/linked-list-allocator/issues/19
Thanks for the feedback. I've created PR #4 with a few small changes I made to get this building on my machine.
Thanks for all your work on this crate and keytokey!
I am attempting to build this crate, but I've run into a couple issues.
First, I pointed keytokey to the version in crates.io rather than the relative path, but that failed. Cloning the latest version of keytokey and using that resolved the issue.
But then I ran into a linking error while running
cargo +nightly build
:Then after running
rustup update nightly
I get a different error:Any thoughts on this? Does this repo build currently on your machine?