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
I am experiencing LINK errors while building my application with the arm64-windows-static-md triplet. The application builds successfully with the x64-windows-static-md triplet but fails for the arm64EC configuration.
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 arm64EC 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: