[Wasm] AOT .NET7 Compiling error #669
Replies: 0 comments 9 replies
-
Thanks for the report. This is generally caused by out of memory conditions, make sure your environment has enough available memory to finish compiling. |
Beta Was this translation helpful? Give feedback.
-
Thank for reply. The machine have only 8go of memory. I have try on my dev machine on windows machine with 32go of memory but I have other issue like this : 7> [00:00:03.2292709] dotnet 'C:/Program Files/dotnet/sdk/7.0.100/Sdks/Microsoft.NET.ILLink.Tasks/build/../tools/net472/../net7.0/illink.dll' '@/mnt/c/Dev/GameClient.Wasm/obj/Release/net7.0/workAot/linker.rsp' I don't no why it use C:/Program Files/ and not @/mnt/c/Program Files like the second path in command line... |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm try compile my wasm projet targetting .NET 7 with aot support enabled. I'm using docker image configured like
https://github.com/unoplatform/docker/blob/master/wasm-build/Dockerfile
I have found the following error in log file :
Any idea to fixe that ?
Thank
Beta Was this translation helpful? Give feedback.
All reactions