CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

error when trying to build from source code #196

Open randomusert opened 1 year ago

randomusert commented 1 year ago

dotnet gives this error: C:\Program Files\dotnet\sdk\7.0.302\NuGet.targets(398,5): error MSB3202: The project file "C:\Users\user\Downloads\IL2CPU-master\Common\source\Cosm os.Build.Common\Cosmos.Build.Common.csproj" was not found. [C:\Users\user\Downloads\IL2CPU-master\IL2CPU-master\IL2CPU.sln] C:\Program Files\dotnet\sdk\7.0.302\NuGet.targets(398,5): error MSB3202: The project file "C:\Users\user\Downloads\IL2CPU-master\Cosmos\source\Cosm os.Debug.Kernel\Cosmos.Debug.Kernel.csproj" was not found. [C:\Users\user\Downloads\IL2CPU-master\IL2CPU-master\IL2CPU.sln]

Build FAILED.

C:\Program Files\dotnet\sdk\7.0.302\NuGet.targets(398,5): error MSB3202: The project file "C:\Users\user\Downloads\IL2CPU-master\Common\source\Cosm os.Build.Common\Cosmos.Build.Common.csproj" was not found. [C:\Users\Eetu\Downloads\IL2CPU-master\IL2CPU-master\IL2CPU.sln] C:\Program Files\dotnet\sdk\7.0.302\NuGet.targets(398,5): error MSB3202: The project file "C:\Users\user\Downloads\IL2CPU-master\Cosmos\source\Cosm os.Debug.Kernel\Cosmos.Debug.Kernel.csproj" was not found. [C:\Users\user\Downloads\IL2CPU-master\IL2CPU-master\IL2CPU.sln] 0 Warning(s) 2 Error(s)

zarlo commented 1 year ago

remove the - and master from IL2CPU-master

randomusert commented 1 year ago

remove the - and master from IL2CPU-master

still the same result

zarlo commented 1 year ago

did you clone the other repos too?

randomusert commented 1 year ago

no. I did download the repo as an zip file and the i extracted it.

zarlo commented 1 year ago

did you remove -master from the other folders too

randomusert commented 1 year ago

yes and in the license file the year is wrong

quajak commented 1 year ago

The error message should have changd