Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build for arm-unknown-linux-gnueabihf in provided container #320

Open
lnicola opened this issue Feb 26, 2025 · 1 comment
Open

Can't build for arm-unknown-linux-gnueabihf in provided container #320

lnicola opened this issue Feb 26, 2025 · 1 comment

Comments

@lnicola
Copy link

lnicola commented Feb 26, 2025

I'm getting:

          ld.lld: error: undefined symbol: __powidf2
          ld.lld: error: undefined symbol: __powisf2

when building for e.g. arm-unknown-linux-gnueabihf.2.34 in ghcr.io/rust-cross/cargo-zigbuild:0. The GLIBC version makes no difference, but aarch64-unknown-linux-gnu.2.34 and x86_64-unknown-linux-gnu.2.28 work fine.

Surprisingly, arm-unknown-linux-gnueabihf works on my host system (Fedora 41, zig 0.13.0).

@lnicola
Copy link
Author

lnicola commented Feb 26, 2025

Yeah, upgrading to 0.13 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant