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
As of now, libc is not provided on freebsd yet, but zig should allow to cross compile for freebsd target if not linking libc.
But even with empty project that doesn't use libc zig complains about libc, afaik this shouldn't happen.
error: libc not available
note: run 'zig libc -h' to learn about libc installations
note: run 'zig targets' to see the targets for which zig can always provide libc
error: directory_name...
error: The following command exited with error code 1:
I tried other x86_64-freebsd-* triplets with different abi's, but none worked.
Expected Behavior
Compile a standalone project without libc dependency for freebsd even if we don't ship libc for freebsd yet without compiler complaining about it.
The text was updated successfully, but these errors were encountered:
Zig Version
0.11.0-dev.1797+d3c9bfada
Steps to Reproduce and Observed Behavior
As of now, libc is not provided on freebsd yet, but zig should allow to cross compile for freebsd target if not linking libc.
But even with empty project that doesn't use libc zig complains about libc, afaik this shouldn't happen.
Gives:
I tried other x86_64-freebsd-* triplets with different abi's, but none worked.
Expected Behavior
Compile a standalone project without libc dependency for freebsd even if we don't ship libc for freebsd yet without compiler complaining about it.
The text was updated successfully, but these errors were encountered: