-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
LINK Errors When Using arm64-windows-static-md Triplet with gRPC Package #43561
Comments
@atul-bhalerao-alludo, Thanks for posting this issue, I successfully installed
But when I'm testing usage I get this error:
I investigated and found that the reason was that after the installation of So I'm wondering how you use it, can you provide your CMakeLists? |
Describe the bug
I am experiencing LINK errors while building my application with the
arm64-windows-static-md
triplet. The application builds successfully with thex64-windows-static-md
triplet but fails for the arm64 configuration.Environment
To Reproduce
Project Setup:
CMakeLists.txt
is used to configure the build process.vcpkg.json
file is used to install the gRPC package.vcpkg.json
Steps to reproduce the behavior:
vcpkg.json
to install the gRPC package for the application.CMakeLists.txt
.x64-windows-static-md
and build the application successfully.arm64-windows-static-md
and attempt to build the application.Expected behavior
The application should build successfully with the
arm64-windows-static-md
triplet, just like it does with thex64-windows-static-md
triplet.Failure logs
LINK ERRORS
Additional context
Cmake Preset configuration used for arm64
The text was updated successfully, but these errors were encountered: