-
Notifications
You must be signed in to change notification settings - Fork 128
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
Runtime build on Loongarch failed #3130
Comments
Most likely not importantn, but command line is following
|
No immediate ideas - unfortunately the method Few questions:
If it does repro, could you please gather a repro archive for us?
|
questions:
illinkrepo produce issues
I do have .NET SDK in the I copy DLL and XML files from the machine locally, and issue does not reproduced. |
The repro tool by default builds as single-file - just disable that in the project file. It should build then (no need for runtime packs). |
repro.tar.gz |
I did try to build this repo, and seems to be illink.dll is produced, but I have this error
Any ideas is this is important or not? |
I run repro with following command on Loongarch hardware using illink.dll which is build there
and issue does not repro. any ideas? |
Ooh, runtime use ancient version of illink |
The linker bump is currently in a PR in dotnet/runtime#78020. We're also updating to the stable 7.0.100 sdk in dotnet/runtime#78034 separately (if I remember correctly the runtime build overrides the linker bits from the sdk) |
I disable building Crossgen in the runtime repo and try to build on Loongarch and this is what issue I'm having
Any ideas?
/cc @shushanhf
The text was updated successfully, but these errors were encountered: