在 32 位 Windows 上构建 CoreCLR?
Building CoreCLR on a 32 bit Windows?
是否可以为 x86 架构构建 CoreCLR?似乎无法为 x86 构建它。
目前,在撰写此答案时,没有。
developer guide 指定:
CoreCLR repo can be built from a regular, non-admin command prompt.
Currently, the repo supports building CoreCLR.dll (and its various
native binaries), mscorlib.dll and the accompanying tests for the
following platforms and build configurations:
Windows:
- X64 - Debug and Release
但我会在发布时留意更新。
是否可以为 x86 架构构建 CoreCLR?似乎无法为 x86 构建它。
目前,在撰写此答案时,没有。
developer guide 指定:
CoreCLR repo can be built from a regular, non-admin command prompt. Currently, the repo supports building CoreCLR.dll (and its various native binaries), mscorlib.dll and the accompanying tests for the following platforms and build configurations:
Windows:
- X64 - Debug and Release
但我会在发布时留意更新。