On Mon, Dec 05, 2005 at 09:38:43AM +0100, FALE(Leopold Faschalek) wrote: > I was trying to compile mono 1.1.10 for arm inside scratchbox 1.0.2, mono > itselft compiled and we can use the system, but the execution of > mcs.exe via the mono runtime (via qemu)
Since .net assemblies are platform-independent, you should create a mono devkit and use is inside scratchbox - thus you don't have to execute mono via cpu emulation. See devkit template [1][2]. > failed silently (sometimes with a segfault). > Is this a known bug ? qemu's userspace support is somewhat limited, but atleast it should not segfault. In scratchboxes view, qemu needs only to be good enough to run ./conftest binaries and similar stuff, the more complex stuff should be done using host binaries in devkits. > Should I contact the qemu developer? You can try, but usually qemu developrs are more interested in system emulation. [1] http://scratchbox.org/cgi-bin/darcsweb.cgi?r=sb-devkit-template;a=summary [2] darcs get http://scratchbox.org/repos/sb-devkit-template _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
