-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
NativeAOT for osx-arm64 #64337
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@MichalStrehovsky do the milestone changes above imply that NativeAOT support for M1 Mac is not currently on the roadmap for .NET 7? |
I think some interesting development happens here #67232 |
It's not currently funded on the Microsoft side but if the community helps getting it there, it might make it into .NET 7. There is some progress towards that - see the issue @kant2002 pointed to. |
Yup, unfortunately we don't have enough resources to commit to it for .NET 7, but would accept external contributions if they come in. |
Hello,
I've tried to build my app with NativeAOT for osx-arm64, but it says that it's not supported:
.nuget/packages/microsoft.dotnet.ilcompiler/7.0.0-alpha.1.22074.1/build/Microsoft.NETCore.Native.Publish.targets(66,5): error : Native compilation does not support targeting osx-arm64 yet. https://github.com/dotnet/corert/issues/4589
The issue links to "CoreRT" which seems to be archived and no other info is present.
What's the status for it for .NET 7, how can I compile my app with NativeAOT for M1 Mac ?
The text was updated successfully, but these errors were encountered: