Re: [Mono-dev] Mono on ARM

2008-09-10 Thread Rodrigo Kumpera
ash. Is > > there some doc about jit, opcode conversion, etc.. I trying to find the > link between the generate IL in my test app and the conversion in the mono > sourceÉ > > Also, am I reporting my issue on the proper page? Should I open a defect > for more inspection? &g

Re: [Mono-dev] Mono on ARM

2008-09-10 Thread FirstName LastName
Hi, I tried to create a bug but was unsuccessful. I created an account at Novell, wrote the bug, but when I submit, it fails. I was wondering if you could help me out on one thing. As you know, my problem is when I cast a long to a double on the ARM. My float ops seem to work. It's only th

Re: [Mono-dev] Mono on ARM

2008-09-10 Thread Rodrigo Kumpera
reporting my issue on the proper page? Should I open a defect > for more inspection? > > > > > -- > > Date: Tue, 9 Sep 2008 17:33:32 -0300 > > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [Mono-dev] Mono on ARM > CC:

Re: [Mono-dev] Mono on ARM

2008-09-10 Thread FirstName LastName
I know you guys must be busy with Mono 2.0 but I appreciate your responses. I would like to investigate this more thoroughly as I would like to prove to my teammates that MONO is the way to go on the ARM. I've proved it already by using other components. This casting issue (gint64 to double,

Re: [Mono-dev] Mono on ARM

2008-09-09 Thread Rodrigo Kumpera
ate: Mon, 8 Sep 2008 19:54:47 + > > CC: [EMAIL PROTECTED]; mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Mono on ARM > > > OK, so, I forced ARM_FPU_FPA and this time, it runs but I get the same > problem. > > In order words, the result of my test program

Re: [Mono-dev] Mono on ARM

2008-09-09 Thread FirstName LastName
:54:47 +CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Re: [Mono-dev] Mono on ARM OK, so, I forced ARM_FPU_FPA and this time, it runs but I get the same problem. In order words, the result of my test program is the same with 1.9.1 and the branch 2.0. Could someone point me when in MONO I could

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
PROTECTED]: [EMAIL PROTECTED]: Mon, 8 Sep 2008 19:12:26 +CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Re: [Mono-dev] Mono on ARM Thanks Massi (that's how they call you, right?). I haven't tried you fix yet since I'm working from the branch 2.0 and not the current head. I used the wo

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
don't see this. Am I making sense? From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Mon, 8 Sep 2008 16:28:26 +CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]: Re: [Mono-dev] Mono on ARM I tried to disable the profiler but I still get the same compiler issue. I doubled checked by looking into

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread Massimiliano Mantione
On Mon, 2008-09-08 at 16:28 +, FirstName LastName wrote: > I tried to disable the profiler but I still get the same compiler > issue. I doubled checked by looking into the config.log file > > and it says that the profiler is disabled (actually, even when the > configure script finishes). >

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
I tried to disable the profiler but I still get the same compiler issue. I doubled checked by looking into the config.log file and it says that the profiler is disabled (actually, even when the configure script finishes). Am I missing something? Date: Mon, 8 Sep 2008 11:17:19 -0300From: [

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread Rodrigo Kumpera
ono-2.0/mono' > make: *** [all] Error 2 > [EMAIL PROTECTED]:~/Install/cross-arm-mono-2.0/mono$<[EMAIL > PROTECTED]:%7E/Install/cross-arm-mono-2.0/mono$>./configure -h > > > > > > -- > > From: [EMAIL PROTECTED] > To: [EMAIL PR

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
ake: *** [all] Error [EMAIL PROTECTED]:~/Install/cross-arm-mono-2.0/mono$ ./configure -h From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 4 Sep 2008 20:10:16 +CC: [EMAIL PROTECTED]: Re: [Mono-dev] Mono on ARM Thanks for the quick response. It is interesting what you say since I was actually

Re: [Mono-dev] Mono on ARM

2008-09-07 Thread FirstName LastName
M". From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 4 Sep 2008 20:10:16 +CC: [EMAIL PROTECTED]: Re: [Mono-dev] Mono on ARM Thanks for the quick response. It is interesting what you say since I was actually going through all the changesets since 1.9.1 and I noticed many fixe

Re: [Mono-dev] Mono on ARM

2008-09-04 Thread FirstName LastName
Thanks for the quick response. It is interesting what you say since I was actually going through all the changesets since 1.9.1 and I noticed many fixes regarding th earm, softfloat, ... I will get the latest code and try it out. Thanks. Date: Thu, 4 Sep 2008 16:43:49 -0300From: [EMAIL PRO

Re: [Mono-dev] Mono on ARM

2008-09-04 Thread Rodrigo Kumpera
A lot of bugs with soft float has been fixed for the 2.0 release and even more work went in the current development branch. Please test with the 2.0 snapshot builds and report your bugs so we can fix then in time for the release. 2008/9/4 FirstName LastName <[EMAIL PROTECTED]> > Hi, > > > > I'm

[Mono-dev] Mono on ARM

2008-09-04 Thread FirstName LastName
Hi, I’m trying to run mono 1.9.1 on the arm (ARM9). I have an issue when I try to cast a long to a double. It simply does nothing. · I’m using soft float in FPA (actually, the configure script seems to detect it properly -> it defines ARM_FPU_FPA). · I’m using GNU EABI. ·