Re: [Mono-dev] scratchbox devkit?

2011-05-07 Thread Zoltan Varga
Cross AOT means that the resulting runtime can't run code, it will only support the --aot command line option, creating an AOT image which can be run on the target platform. I'm not sure this is what you are looking for. Zoltan On Sat, May 7, 2011 at 7:49 PM, Liam Staskawicz

Re: [Mono-dev] scratchbox devkit?

2011-05-07 Thread Liam Staskawicz
I think I understand. So if I were interested in both running normal assemblies on the host *and* creating AOT images for a target platform, I would simply ./configure and build 2 separate mono builds on the host? Thanks for the quick replies btw! Liam On Saturday, May 7, 2011 at 10:54 AM,

Re: [Mono-dev] scratchbox devkit?

2011-05-07 Thread Zoltan Varga
On Sat, May 7, 2011 at 7:57 PM, Liam Staskawicz lst...@gmail.com wrote: I think I understand. So if I were interested in both running normal assemblies on the host *and* creating AOT images for a target platform, I would simply ./configure and build 2 separate mono builds on the host? Yes

[Mono-dev] FULL-AOT problem in SUSE 11.2

2011-05-07 Thread huseyin cakir
Hi, we have a problem in full-aot is it possible that someone help about the problem we have? There are no problems in aot but we dont see any performance improvements with aot so we tried full aot. *For the first step we full-aot all libraries with a bash like this:* #!/bin/bash mono --aot=full

Re: [Mono-dev] scratchbox devkit?

2011-05-07 Thread Liam Staskawicz
Cheers. On Saturday, May 7, 2011 at 11:13 AM, Zoltan Varga wrote: On Sat, May 7, 2011 at 7:57 PM, Liam Staskawicz lst...@gmail.com wrote: I think I understand. So if I were interested in both running normal assemblies on the host *and* creating AOT images for a target platform, I

Re: [Mono-dev] FULL-AOT problem in SUSE 11.2

2011-05-07 Thread Konrad M. KruczyƄski
Hello, On 2011-05-07 20:18, Zoltan Varga wrote: Hi, You don't need full-aot, it is full platforms where no JITting is possible, on normal platforms, it won't lead to much perf increase. Also, AOT does not increase performance, it only decreases startup speed, since it avoids JITting

Re: [Mono-dev] FULL-AOT problem in SUSE 11.2

2011-05-07 Thread huseyin cakir
We actually need full-aot for another platform(arm) not SUSE but this was just for testing if it is working or not, assuming that SUSE is the best place to test whether we can make full-aot. But it seems we make smth missing I just asked that... Thanks for your replies...

[Mono-dev] building for armv5tel target

2011-05-07 Thread Liam Staskawicz
I'm trying to build from github master on OS X 10.6 for an embedded linux target. I've configured with ./autogen.sh --target=armv5tel-unknown-linux-gnueabi --enable-nls=no --with-glib=embedded and am getting a compile error in mach-support-arm.c: http://pastebin.com/yR9eHrFD Is this a