-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
v0.10.0 panic with message TODO implement bigint to llvm int for 32-bit compiler builds
#13722
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
Comments
what are the contents of |
Simple hello world |
faced similar issue , on x64_linux using nix for building, also using the -fstage1 warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker. and the result binary is not usable, seems the linker is not found and exe is not properly linked, with half the size compiled with nix build (using zig build -stage1) --- BAD ---: compiled with zig build -fstage1 -- GOOD-- use@alexa:~/iotmonitor$ ldd /nix/store/c7m0v73mxa4rp3ls5h0wjf0yhvdvcnw5-iotmonitor/bin/iotmonitor use@alexa:~/iotmonitor$ ldd bin/iotmonitor |
seems related to #12156 |
same behavior on a 32bit Debian netbook
|
I can not find the related TODO anymore and armv7 is provided as download option https://ziglang.org/download/, so I think this should be closed. |
Hello, thanks! I can confirm that on 32-bit i386 linux it's fixed
|
I am still running into this, while compiling This is on a Raspberry Pi 4: |
@koljakube
|
@matu3ba the latest version on ziglang.org is zig-0.12.0-dev.589+731fd217d |
I just noticed I was wrong and did not properly compare error messages. I am running into "TODO implement bigint debug enumerators to llvm int for 32-bit compiler builds", which is defined here (and is still in Please disregard my previous comment. |
Zig Version
0.10.0
Steps to Reproduce and Observed Behavior
Got this error when i tried new version:
And this when using
fstage1
Expected Behavior
Compiles successfully
The text was updated successfully, but these errors were encountered: