Sorry to reply to my own mail, but I have it working now. I hacked the configure file to ensure that CPPFLAGS included -DARM_FPU_NONE, all of my test apps are now working.
Thanks again for the pointer Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spencer, Matthew Sent: 16 August 2007 08:19 To: Miguel de Icaza Cc: [email protected] Subject: Re: [Mono-list] Problem with Mono on Arm target Cheers Miguel So what do I need to do to solve the problem? How complex would it be for me to sort out? I need to get this platform operating as soon as possible because I am trying to push Mono as an alternative to Java for embedding in our systems. Thanks for you help Matt -----Original Message----- From: Miguel de Icaza [mailto:[EMAIL PROTECTED] Sent: 16 August 2007 04:18 To: Spencer, Matthew Cc: [email protected] Subject: Re: [Mono-list] Problem with Mono on Arm target Hello, > I have just completed cross compiling mono-1.2.4 for an Arm target > (using the montavist pro 4 corss compilation toolkit that came with > the development platform). I had to do a number of hacky things to > the configure script to make it work including '--with-gc=none' (I > will try and sort this problem out later). It all compiles now fine, > but I have a problem when executing a simple test case that should > output the current time. This means that the floating point configuration for that OS/userland is not supported by Mono. This happens every time folks try to use it with an unsupported configuration in exactly this location. Miguel > ************************************************************************ ********************************* This e-mail is confidential, the property of NDS Ltd and intended for the addressee only. Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please immediately notify the [EMAIL PROTECTED] and destroy the original message. Messages sent to and from NDS may be monitored. NDS cannot guarantee any message delivery method is secure or error-free. Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission. You should carry out your own virus checks before opening any attachment. Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS. To protect the environment please do not print this e-mail unless necessary. NDS Limited Registered office: One Heathrow Boulevard, 286 Bath Road, West Drayton, Middlesex, UB7 0DQ, United Kingdom. A company registered in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00 ************************************************************************ ********************************** _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list ********************************************************************************************************* This e-mail is confidential, the property of NDS Ltd and intended for the addressee only. Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please immediately notify the [EMAIL PROTECTED] and destroy the original message. Messages sent to and from NDS may be monitored. NDS cannot guarantee any message delivery method is secure or error-free. Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission. You should carry out your own virus checks before opening any attachment. Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS. To protect the environment please do not print this e-mail unless necessary. NDS Limited Registered office: One Heathrow Boulevard, 286 Bath Road, West Drayton, Middlesex, UB7 0DQ, United Kingdom. A company registered in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00 ********************************************************************************************************** _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
