-
home page: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Porting .NET to new platform is a non-trivial work. You can see the ongoing port work: FreeBSD: #14537 Someone familiar with this platform will need to step up and do the ground work first, get the port to the point where lowest abstractions are working. Then ask for help. It shouldn't be impossible, but the good start would be to provide a development environment with system dependencies installed (or preferably cross-build setup with that we can use with llvm, see https://github.com/dotnet/arcade/blob/main/eng/common/cross/build-rootfs.sh). |
Beta Was this translation helpful? Give feedback.
-
I think WildernessLabs is using nuttx for their meadow platform. |
Beta Was this translation helpful? Give feedback.
Porting .NET to new platform is a non-trivial work. You can see the ongoing port work:
FreeBSD: #14537
illumos: #34944
Haiku: #55803
QNX: #33374
Someone familiar with this platform will need to step up and do the ground work first, get the port to the point where lowest abstractions are working. Then ask for help. It shouldn't be impossible, but the good start would be to provide a development environment with system dependencies installed (or preferably cross-build setup with that we can use with llvm, see https://github.com/dotnet/arcade/blob/main/eng/common/cross/build-rootfs.sh).