Skip to content
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

build.cmd clr -msbuild fails #113708

Open
saucecontrol opened this issue Mar 19, 2025 · 2 comments
Open

build.cmd clr -msbuild fails #113708

saucecontrol opened this issue Mar 19, 2025 · 2 comments
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner

Comments

@saucecontrol
Copy link
Member

saucecontrol commented Mar 19, 2025

After pulling latest main, I can no longer build clr with -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

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 19, 2025
Copy link
Contributor

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

@jkotas
Copy link
Member

jkotas commented Mar 19, 2025

cc @davidwrighton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner
Projects
Status: No status
Development

No branches or pull requests

2 participants