Re: [Mono-dev] Mono:MIPS patch

2008-04-07 Thread Thomas Kunze
Miguel de Icaza wrote: Hey! This is enough, but we need a public track record, mind posting this to the public mailing list? You can have my Patch under X11 MIT Licence. (I meant to post it to the mailing list the first time, but the list doesn't seem to set the right Reply-To correctly)

Re: [Mono-dev] Mono:MIPS patch

2008-04-01 Thread Thomas Kunze
The float-long conversion fails also, I don't remember if this failed for me. (If there is a regression test for it, it worked.) I remember some problems with overflow execptions not throw because the libc didn't have trunc. (I used uclibc.) To fix this I stole the trunc implementation

[Mono-dev] Mono:MIPS patch

2008-03-26 Thread Csaba Balazs
Hello, I am trying to crosscompile the Mono to MIPS (32 bit). I attached a possible patch for it. The actual machine: system type : ATI XILLEON HDTV SUPERTOLL cpu model : MIPS 4KEc V4.8 Linux version : 2.6.12.6 I used partly Yoichi Nakayama's (Oct 2007)

Re: [Mono-dev] Mono:MIPS patch

2007-10-19 Thread Yoichi NAKAYAMA
Hello, At Thu, 18 Oct 2007 09:41:51 +0900, Yoichi NAKAYAMA wrote: With those changes, I've checked that mono --regression basic-long.exe passes except test_0_conv_to_r4 (tested on Debian-MIPS on qemu). Then I've investigated test_0_conv_to_r4 failure. Dump of __emul_lconv_to_r4 generated by

[Mono-dev] Mono:MIPS patch

2007-10-17 Thread Yoichi NAKAYAMA
Hello, I'm trying to use Mono runtime on MIPS architecture. Attached change mend some problems, but I'm not confident of the changes (especially the 2nd one), and I want to ask for the review. 1. At first, compilation fails since there is no definition for mips in