Re: [Mono-dev] Mono AOT for 64-bit Windows

2013-06-27 Thread voldemarz
Thanks for input. By seasoned you mean someone who has good knowledge of Mono internals or generally a guy with low level experience on various platforms/architectures? I slightly modified ASM generation - wrapped .type and .size within .def/.endef directives - removed local symbol emission -

Re: [Mono-dev] Mono AOT for 64-bit Windows

2013-06-27 Thread voldemarz
By the way, the crash happens after the precopmiled managed code is executed. I was testing with main function looking as this class Program { static int Main() { return 5; } } -- View this message in context:

Re: [Mono-dev] Compiling on Windows

2013-06-27 Thread Greg Najda
I'm new to git. I'm using Atlassian SourceTree as a git gui. I'm pretty sure it updates submodules after cloning. I ran git submodule update anyway, which produced no output, and then tried building again and got the same error. After pulling the latest changes I get a new error earlier in the