-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to run custom build command for aws-lc-sys v0.22.0
#562
Comments
The following warnings were emitted during compilation:
|
(Error output in details below.)
|
The core issue seems to be the compiler doesn't support the
I think this must be somewhere in CMake's logic. Why would the NDK major version ("28") be appended to the arch? Perhaps, CMake is assuming that the compiler is Apple-Clang? Based upon its usage of Here's a couple of things to try:
Please let us know any other relevant information or guidance on how we could reproduce the build failure. I hope we can improve our build scripts so that other users may avoid experiencing issues like this. |
now i got this error The following warnings were emitted during compilation: (error output in "details" below)
|
Can you help me solve this problem? I have been trying for two days and still can't compile it. |
I resolved by this . but I dont know why |
Problem:
error: failed to run custom build command for
aws-lc-sys v0.22.0
Relevant details
System information: for linux, below info can be collected by running
uname -srvmp
Darwin 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:39:07 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6000 arm64 arm
The text was updated successfully, but these errors were encountered: