From: William L. <xfu...@gm...> - 2011-02-02 00:38:26
|
Hello Darko, There is no guarantee that the Milestone 0.0.1 release compiles on the latest Visual Studio. I cannot provide a detailed solution for your problem, but from the sounds of it, you may be generating a kernel executable which is using newer .NET features in the IL code which are not supported by the AOT compiler. Try lowering the framework target version from the project settings if possible. I believe we were targetting .NET 2.0 but that might not be exactly the case. There is also newer code available in our Subversion repository on SourceForge.net (http://sharpos.sf.net/) <http://sourceforge.net/projects/sharpos/files/sharpos-project/0.0.1/>Good luck! On Mon, Jan 31, 2011 at 11:19 PM, Darko Juric <Dar...@fe...> wrote: > Dear Sir, > > I've tried to compile SharpOS with VS 2010 (source has been downloaded > from sourceforge.net (zip file)) unsuccessfully. > Two images has been made to show the error. > Am I'm doing something wrong ? > > The main reason why I'm doing this is that I would (maybe) enroll a > subject named "Embedded OS-es" which is dealing with building operating > systems from entry-level and I'm considering as an option to use C# and AOT > as tools for accomplishing this. > > But it would be great if I could first compile it... :) > ...and sorry for my bad English > > Thank You > |