Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
tysila2.exe --arch i586-elf-tysos -fno-rtti -o kernel.o kernel.exe
Unhandled Exception: System.ArgumentException: Value does not fall within the expected range.
at System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(Array array, RuntimeFieldHandle fldHandle)
at libtysila.PEFile.ReadResolutionScope(Stream file, Metadata m)
at libtysila.PEFile.GetMetadata(Assembler @$$)
at libtysila.Metadata.LoadAssembly(String mod_name, Assembler @$$, String output_name)
at tysila.Program.Main(String[] args)
Did you compile tysila from source or did you download the precompiled binary? Could this be relevant
Please note these binaries will not work on 64-bit Windows due to a bug in the current Microsoft CLR (see here) so instead you must build it from source.
iansjack wrote:Did you compile tysila from source or did you download the precompiled binary? Could this be relevant
Please note these binaries will not work on 64-bit Windows due to a bug in the current Microsoft CLR (see here) so instead you must build it from source.