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
= note: /usr/lib/aarch64-linux-gnu/libc.a: error adding symbols: File format not recognized
I believe this means you have a dependency in there somewhere for aarch64, aka armv8 or armv9. Since you are trying to compile for armv7, this dependency check fails.
Has anyone compiled librespot for armv7-unknown-linux-musleabihf successfully? I cant pick a proper linker.
This is how I modified yours contrib/Dockerfile as my attempt to build it:
Docker build finishes flawlessly, but
docker run -v /tmp/librespot-build:/build librespot-cross cargo build --release --target armv7-unknown-linux-musleabihf --no-default-features --features alsa-backend
produces:I don't know how to label this issue properly, as this is not a feature request, nor is it a bug report.
The text was updated successfully, but these errors were encountered: