zig icon indicating copy to clipboard operation
zig copied to clipboard

android ndk 24 no crt.o crtbegin.o

Open calvin2021y opened this issue 3 years ago • 0 comments

Zig Version

0.10.0-dev.2880+6f0807f50

Steps to Reproduce

try cross build project for android with libc.txt file. use zig cc as clang.

Expected Behavior

expect there is crt_dir and static_crt_dir work for android NDK.

Actual Behavior

can not set crt_dir, static_crt_dir because there is no crt.o crtbegin.o in new NDK file.

calvin2021y avatar Jul 13 '22 18:07 calvin2021y