Open oilel opened 1 year ago
This looks like a duplicate of #62165, could you add some info on what CPU you are running on and what clap_derive
is, some rust package? If you're not sure what CPU you are using, this command will give us an idea, cat /proc/cpuinfo | grep Hardware
.
cat /proc/cpuinfo | grep Hardware
Qualcomm Technologies, Inc SDM660
Thanks, I will file an Android NDK issue with this info.
@MaskRay, I think you can close this as a dupe of #62165, as the behavior appears identical.
@oilel, please run pkg update; pkg upgrade
and see if you can reproduce now. I pushed a workaround disabling multi-threading in lld 16 in the Termux app, should fix your issue.
Termux is a terminal emulator for Android, when compiling clap_derive for the first time:
Then I tried to compile the same code again, the second time it successfully compiled the code.