[Arm] crossgen cli tools
See original GitHub issueArm64 & Arm crosscomponent crossgen tools are available and are being consumed by coreclr core-setup to crossgen the runtime.
They are not yet being used by cli to crossgen the SDK (done for x64).
One of the issues is that the crosscomponent crossgen tool is contained in a private coreclr package which is enacapsulated by core-setup. ClI does not seem to have the necessary version info to reference the correct package.
Options:
- Core-setup redistribute the crosscomponent crossgen tool(s)
- Create a mechanism to determine the correct coreclr package version.
For arm64 the crosscomponent crossgen tool is here
transport.runtime.linux-arm64.microsoft.netcore.runtime.coreclr/*/tools/x64_arm64/crossgen
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (11 by maintainers)
Top Results From Across the Web
[Arm] crossgen cli tools · Issue #9255 · dotnet/sdk
Arm64 & Arm crosscomponent crossgen tools are available and are being consumed by coreclr core-setup to crossgen the runtime.
Read more >Use the ARM CLI to Render Pipeline JSON | - Armory Docs
The Armory (ARM) CLI is a standalone tool that renders dinghyfiles for you to use with Armory's Pipelines-as-Code feature.
Read more >Announcing .NET 6 - The Fastest .NET Yet - .NET Blog
NET 6 will be available for the AMD and Intel (x64_64), ARM (aarch64) ... Hot Reload is available through both the dotnet watch...
Read more >armclang Command-line Options
The Arm Compiler armclang Reference Guide provides user information for the Arm compiler and integrated assembler, armclang. armclang is an optimizing C and ......
Read more >How to install CrossGen to optimize .NET Core Library in ci ...
I can now run ~/.nuget/packages/microsoft.netcore.app.runtime.win-x64\3.1.6\tools\crossgen.exe. NOTE ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The remaining work is using a x86 docker image to call crossgen for arm in cli
@RussKeldorph FYI it was approved and reviewed in dotnet/core-setup#3993