Skip to content

Build failure: "...nativeaot\Runtime\Full\AsmOffsets.cs' could not be found" #64557

@BruceForstall

Description

@BruceForstall

Building with:

build.cmd clr.runtime+Clr.NativeAotLibs+clr.corelib+clr.nativecorelib+clr.tools+clr.iltools+clr.alljits+libs -arch x64 -c Debug -librariesConfiguration Release

fails with:

CSC : error CS2001: Source file 'C:\gh\runtime3\artifacts\obj\\coreclr\windows.x64.Debug\nativeaot\Runtime\Full\AsmOffsets.cs' could not be found. [C:\gh\runtime3\src\coreclr\nativeaot\Test.CoreLib\src\Test.CoreLib.csproj]

However, building with:

build.cmd clr+libs -arch x64 -c Debug -librariesConfiguration Release

succeeds.

This seems to indicate that there's some issue with the Clr.NativeAotLibs subset not building enough.

@MichalStrehovsky ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions