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
Most likely you don't have an aarch64 musl libc available if the linker reports an undefined symbol that is meant to come from libc.
Possibly similar to #76 where adding -Lpath/to/self-contained fixes things. Your example originates in C code but if you have a concise reproduction of the issue that'd be very helpful.
Hello,
I have an undefined symbol error when trying to compile qrcodegen.c with toolchain
nightly-aarch64-unknown-linux-musl
:part of qrcodegen source code raising the error is below:
For your information, I am using the following unstable feature in my
.cargo/config.toml
:I do not know if I provide enough information to get help, please tell me.
Thanks for your support 🙏
The text was updated successfully, but these errors were encountered: