-
Notifications
You must be signed in to change notification settings - Fork 519
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
[dotnet] MonoAotCrossCompilerPath changed to MonoAotCrossCompiler #11905
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri0
.NET 6: required for stable release
feature
A feature to be implemented
Milestone
Comments
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jun 14, 2021
Tentative fix, once we bump to the .NET version with this change: rolfbjarne@1e33fae |
rolfbjarne
added a commit
that referenced
this issue
Jun 22, 2021
rolfbjarne
added a commit
that referenced
this issue
Jun 28, 2021
rolfbjarne
added a commit
that referenced
this issue
Jun 29, 2021
…11989) * Update dependencies from https://github.com/dotnet/installer build 20210620.7 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21320.7 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Remove unnecessary workaround. * Update dependencies from https://github.com/dotnet/installer build 20210621.13 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21321.13 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Fix custom step order In response to dotnet/linker#2082 * Update dependencies from https://github.com/dotnet/installer build 20210623.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21323.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210623.12 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21323.12 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210624.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21324.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * Update dependencies from https://github.com/dotnet/installer build 20210624.9 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21324.9 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * [dotnet] Install the microsoft-net-runtime-maccatalyst workload as well. * Update dependencies from https://github.com/dotnet/installer build 20210625.10 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21325.10 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal * [dotnet] Update our code to get the path to the AOT compiler. Fixes #11905. * Update dependencies from https://github.com/dotnet/installer build 20210628.1 Microsoft.Dotnet.Sdk.Internal From Version 6.0.100-preview.6.21280.2 -> To Version 6.0.100-preview.6.21328.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21277.2 -> To Version 6.0.100-preview.6.21314.2 (parent: Microsoft.Dotnet.Sdk.Internal Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: Sven Boemer <sbomer@gmail.com>
@rolfbjarne I'm seeing this with Preview 7. AFAIK I have the fix you added: |
@dotMorten AOT compilation is currently broken on Windows (with this error message), we're working on fixing it for a future release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri0
.NET 6: required for stable release
feature
A feature to be implemented
See dotnet/runtime#53685 (comment)
The runtime changed from definiing a single
$(MonoAotCrossCompilerPath)
property to defining an item@(MonoAotCrossCompiler)
with all the cross compilers for various platforms.Device builds fail with a message like:
The text was updated successfully, but these errors were encountered: