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: building with zig cc atom.c -target arm-linux-musleabihf works, no idea why.
Using it here for now: deltachat/deltachat-core-rust#4155
But it is not obvious how and why "hf" (hard float) affects atomics.
Zig Version
0.11.0-dev.1928+3169f0529
Steps to Reproduce and Observed Behavior
Create file
atom.c
:Run
This results in an error
I also tried to use
-target thumb-linux-musleabi
, but it resulted in segmentation fault even without atomics and I filed another bugreport #14891.Same with Zig 0.10.1.
The problem actually occurs when attempting to compile OpenSSL: openssl/openssl#20490
Expected Behavior
Atomic operations from https://github.com/ziglang/zig/blob/master/lib/compiler_rt/atomics.zig should be available on 32-bit ARM.
The text was updated successfully, but these errors were encountered: