[Mono-dev] build fails on genmdesc

2009-12-04 Thread Gerard Braad
Currently trying to get Mono packaged for Maemo 5 (and the N900). Unfortunately I encounter some issues. I try to build Mono 2.4.2.3 in scratchbox using the host-gcc, but the build fails on ./genmdesc ./cpu-x86.md cpu-x86.h x86_desc with a make: *** [cpu-x86.h] Floating point exception (core dumpe

Re: [Mono-dev] build fails on genmdesc

2009-12-04 Thread Zoltan Varga
Hi, The mono build runs executables compiled during the build, like genmdesc, so I don't think it will run in scratchbox. Zoltan On Fri, Dec 4, 2009 at 8:49 PM, Gerard Braad wrote: > Currently trying to get Mono packaged for Maemo 5 (and the N900). > Unfortunately I enco

Re: [Mono-dev] build fails on genmdesc

2009-12-04 Thread Thad Thompson
Gerard, Not sure that this will help, but I've built Mono for a couple of different ARM processors using Scratchbox2 without too much pain. Below I've attached the build steps from one of the more recent ones. You may not need the CFLAGS="-DARM_FPU_FPA" directive. -Thad -

Re: [Mono-dev] build fails on genmdesc

2009-12-05 Thread Andreas Färber
Hi, Am 04.12.2009 um 21:10 schrieb Zoltan Varga: >The mono build runs executables compiled during the build, like > genmdesc, so I don't > think it will run in scratchbox. When cross-compiling, Mono is supposed to use a Perl version of genmdesc instead. if CROSS_COMPILING GENMDESC_PRG=p

Re: [Mono-dev] build fails on genmdesc

2009-12-08 Thread Torello Querci
2009/12/4 Gerard Braad : > Currently trying to get Mono packaged for Maemo 5 (and the N900). > Unfortunately I encounter some issues. > > I try to build Mono 2.4.2.3 in scratchbox using the host-gcc, but the > build fails on ./genmdesc ./cpu-x86.md cpu-x86.h x86_desc > with a make: *** [cpu-x86.h]