We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After pulling latest main, I can no longer build clr with -msbuild
clr
-msbuild
build clr -c checked -msbuild
Error:
C:\git\runtime\src\coreclr\vm\amd64\CachedInterfaceDispatchCoreCLR.asm(1): fatal error A1000: cannot open file : cee_wks_core.dir\Checked\/__/amd64/CachedInterfaceDispatchCoreCLR.asm.obj [C:\git\runtime\artifacts\obj\coreclr \windows.x64.Checked\ide\vm\wks\cee_wks_core.vcxproj]
Looks like the file in question was added in #111771, but I don't immediately see what the problem is.
Ninja build succeeds.
Build with -msbuild succeeds on 28facae, which is the commit immediately before #111771 was merged.
If it matters: cmake version 3.30.5-msvc23 Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.14.0 Preview 2.0
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @hoyosjs See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
cc @davidwrighton
No branches or pull requests
After pulling latest main, I can no longer build
clr
with-msbuild
build clr -c checked -msbuild
Error:
Looks like the file in question was added in #111771, but I don't immediately see what the problem is.
Ninja build succeeds.
Build with
-msbuild
succeeds on 28facae, which is the commit immediately before #111771 was merged.If it matters:
cmake version 3.30.5-msvc23
Microsoft Visual Studio Community 2022 (64-bit) - Preview
Version 17.14.0 Preview 2.0
The text was updated successfully, but these errors were encountered: