dkurt / dotnet_riscv

Build .NET SDK for RISC-V
27 stars 9 forks source link

`Microsoft.NET.Test.Sdk` doesn't support RISC-V64 #8

Open ww898 opened 10 months ago

ww898 commented 10 months ago

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

dkurt commented 10 months ago

Thanks! Let's track your issue and probably https://github.com/dotnet/runtime/pull/97021.

BTW, do you use https://ubuntu.com/download/risc-v? I'm curious is there a way to enable vector extension for it? By kernel patch? There is only one OS which I found with "v" extension out of the box: 20211230_LicheeRV_debian_d1_hdmi_8723ds.7z

ww898 commented 10 months ago

Hi @dkurt,

yes, I am using https://ubuntu.com/download/risc-v for StarFive VisionFive 2. So, I could try to do something on my hardware.

NKnusperer commented 9 months ago

The JH7110 on the VisionFive 2 lacks the vector extensions. They announced new chips with support for this [1] a while ago but it looks like there are no dev boards publicly available.

[1] https://linuxgizmos.com/two-64-bit-risc-v-cores-debut-starfive-dubhe-and-cas-nanhu/

ww898 commented 2 weeks ago

Fixed in .NET 9