Open isislovecruft opened 5 years ago
@isislovecruft I'm having this issue to, did you have a workaround?
Just use zeroize instead: https://github.com/iqlusioninc/crates/tree/develop/zeroize
If your dependencies do not implement zeroize then you can impl Zeroize
yourself by copying and calling this zeroize_hack
fn: https://github.com/w3f/schnorrkel/blob/master/src/lib.rs#L225
According to the error message, the issue is that the C compiler (in this case, arm-none-eabi-gcc
) could not be found. That is not something which could be fixed by this crate.