dotnet_riscv icon indicating copy to clipboard operation
dotnet_riscv copied to clipboard

Build .NET SDK for RISC-V

Results 4 dotnet_riscv issues
Sort by recently updated
recently updated
newest added

source: https://github.com/dotnet/installer/blob/main/eng/Version.Details.xml

Some great work. Some feedback if its useful... Installed 8.0.101 on a [Beagle-V Fire](https://www.beagleboard.org/boards/beaglev-fire) running the latest Ubuntu 23.04 provided by BeagleBoard. Tried both gcc and non-gcc versions. The following...

`dotnet test` doesn't work. See https://github.com/microsoft/vstest/issues/4837

``` 2024-01-12T12:17:21.3133546Z /__w/dotnet_riscv/dotnet_riscv/runtime/src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets(138,5): error MSB6006: "dotnet" exited with code 134. [/__w/dotnet_riscv/dotnet_riscv/runtime/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj] 2024-01-12T12:17:21.3135316Z ##vso[task.logissue type=error;sourcepath=/__w/dotnet_riscv/dotnet_riscv/runtime/src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets;linenumber=138;columnnumber=5;code=MSB6006;](NETCORE_ENGINEERING_TELEMETRY=Build) "dotnet" exited with code 134. 2024-01-12T12:17:21.3137867Z /__w/dotnet_riscv/dotnet_riscv/runtime/src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets(91,5): error NETSDK1144: Optimizing assemblies for size failed. Optimization can...