zig icon indicating copy to clipboard operation
zig copied to clipboard

`zig cc` on Raspberry Pi 4 cause `bus error`

Open starwing opened this issue 2 months ago • 0 comments

Zig Version

0.12.0-dev.3659+1e5075f81

Steps to Reproduce and Observed Behavior

with a simple test program:

int main(){}

use zig cc:

$ zig cc -o test test.c 
[1]    16970 bus error  zig cc -o test test.c

target triple:

arm-linux.4.19...6.5.7-gnueabihf.2.31

Expected Behavior

expect build success.

starwing avatar Apr 18 '24 03:04 starwing