You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
When I run dotnet publish -c Release -r linux-x64 I get:
.../microsoft.dotnet.ilcompiler/1.0.0-alpha-26405-01/build/Microsoft.NETCore.Native.Unix.props(100,5): error : Platform linker ('clang-3.9') not found. Try installing clang-3.9 or the appropriate package for your platform to resolve the problem...
I currently have clang 6.0 installed on my machine.
I am trying to test CoreRT on Arch Linux.
When I run
dotnet publish -c Release -r linux-x64I get:I currently have clang 6.0 installed on my machine.