MichalStrehovsky / zerosharp

Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.
2k stars 103 forks source link

System module noruntime does not exists #32

Closed simplejackcoder closed 1 year ago

simplejackcoder commented 2 years ago

Tried to follow instructions on linux-x64 project and it says "noruntime" system module does not exist.

MichalStrehovsky commented 2 years ago

@simplejackcoder is the assembly you're trying to compile named noruntime? The --systemmodule command line option specififes the name of the assembly that defines System.Object. In the demo project, this assembly is called noruntime.