Re: [Mono-list] Buglabs and Mono

2009-01-14 Thread Cliff Brake
then you should be able to bitbake mono You can check out the OE meta data by: git clone git://git.openembedded.net/openembedded We'll be adding mono 2.2 release recipes in the near future. Thanks, Cliff -- === Cliff Brake http://bec-systems.com

[Mono-dev] Mono and ARM Thumb

2009-01-07 Thread Cliff Brake
is updated, it should be noted that we can't compile Mono for ARM thumb mode. I also noticed in the above comments the assumption that there are no SMP ARM machines -- this is changing as there are now SMP ARM machines. Thanks, Cliff -- === Cliff Brake http://bec-systems.com

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2009-01-07 Thread Cliff Brake
For the record, this appears to be fixed in the trunk, but is not in the RC1 code: http://anonsvn.mono-project.com/viewvc/trunk/mono/mono/mini/mini-arm.c?r1=121457r2=122416pathrev=122416 I'll test once I get some builds to complete. Thanks, Cliff -- === Cliff Brake http

Re: [Mono-list] Running Mono on Embedded Linux

2009-01-06 Thread Cliff Brake
-- === Cliff Brake http://bec-systems.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-22 Thread Cliff Brake
-- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-17 Thread Cliff Brake
Mono requires OABI_COMPAT enabled in ARM kernels. We should probably fix this up at some point as there will be an increasing number of ARM systems in the future that have this turned off. Cliff -- === Cliff Brake http://bec-systems.com

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-11 Thread Cliff Brake
It appears I have some type of system problem as the 2.2 mono binaries run on a older rootfs, so I'm now tracking down what all has changed in the system. It appears that VFP is the correct option as a simple floating point test app works. Cliff On Wed, Dec 10, 2008 at 5:47 PM, Cliff Brake

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-11 Thread Cliff Brake
at 11:32 AM, Cliff Brake cliff.br...@gmail.com wrote: It appears I have some type of system problem as the 2.2 mono binaries run on a older rootfs, so I'm now tracking down what all has changed in the system. It appears that VFP is the correct option as a simple floating point test app works

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-11 Thread Cliff Brake
generated code */ - mono_arch_flush_icache (code, code - buf); + mono_arch_flush_icache (buf, code - buf); g_assert ((code - buf) = size); -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list

[Mono-dev] mono 2.2 rc2 on ARM issues

2008-12-10 Thread Cliff Brake
) is VFP the correct FP config? I have tried soft-float as well with the same result. 3) any suggestions on how to debug this or what I should look at next. Thanks, Cliff -- === Cliff Brake http://bec-systems.com execve(/usr/bin/mono, [mono, test.exe], [/* 11 vars */]) = 0 brk(0

Re: [Mono-dev] Problems cross compiling Mono itself for ARM with uClibc

2008-03-19 Thread Cliff Brake
On Tue, Mar 18, 2008 at 3:52 AM, [EMAIL PROTECTED] wrote: Hello, I've tested my gcc with a sample program (a kind of hello world), but it works fine. It compiles the source and I get a executable file, which I can run on my ARM-Platform. What I've done (as user:root, in the directory

[Mono-dev] fix for DataConverter.cs

2008-02-07 Thread Cliff Brake
-- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] Article about Mono in embedded systems

2007-12-21 Thread Cliff Brake
On Dec 21, 2007 7:24 AM, Michael Dominic K. [EMAIL PROTECTED] wrote: On Dec 20, 2007 4:33 PM, Cliff Brake [EMAIL PROTECTED] wrote: Hello, I wrote a short article about Mono in embedded systems that may be of interest to those considering Mono for embedded systems. It also covers

[Mono-list] Article about Mono in embedded systems

2007-12-20 Thread Cliff Brake
Hello, I wrote a short article about Mono in embedded systems that may be of interest to those considering Mono for embedded systems. It also covers briefly how Mono is supported in the Openembedded build system. http://bec-systems.com/web/content/view/87/9/ Cliff

Re: [Mono-dev] [Mono-list] Mono 1.2.6

2007-12-13 Thread Cliff Brake
-intermediate = 1.2.6 in your local.conf Thanks, Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-list] mono memory leak on ARM

2007-12-13 Thread Cliff Brake
On Dec 12, 2007 5:14 PM, Michael Dominic K. [EMAIL PROTECTED] wrote: On Dec 12, 2007 11:57 PM, Cliff Brake [EMAIL PROTECTED] wrote: Just tested with 1.2.6pre4 on ARM, and this issue appears to be fixed :-) Out of curiosity -- what ARM platform you're testing on? I occasionally load mono

Re: [Mono-list] Mono 1.2.6

2007-12-13 Thread Cliff Brake
-intermediate = 1.2.6 in your local.conf Thanks, Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] mono memory leak on ARM

2007-12-12 Thread Cliff Brake
Just tested with 1.2.6pre4 on ARM, and this issue appears to be fixed :-) Cliff On Dec 4, 2007 3:05 PM, Cliff Brake [EMAIL PROTECTED] wrote: Hello. I've run the attached test app on: - x86_64 mono 1.2.4 - ARM mono 1.2.5.1 on the x86 platform, the memory usage goes up and down a little

[Mono-list] mono memory leak on ARM

2007-12-04 Thread Cliff Brake
suggestions on how to debug, or solutions? Thanks, Cliff -- === Cliff Brake http://bec-systems.com using System; using System.IO; using System.Collections.Generic; namespace LinuxProcess { public class ProcStatus { private string _Name; private string _Threads; private

[Mono-list] gtk-sharp packages available for openmoko phone

2007-10-05 Thread Cliff Brake
for mono gtk support. The gtk-sharp OE recipe should also be a useful reference for how to add mono packages to OE. Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-list maillist - Mono-list@lists.ximian.com http

Re: [Mono-dev] Cross Compile for Embedded Linux PPC

2007-10-03 Thread Cliff Brake
compile in a completely automated manner, and build the following packages: http://pastebin.ca/725080 I'm setting up a feed for the neo1973 phone, and will post details shortly. Cliff -- === Cliff Brake http://bec-systems.com ___ Mono

[Mono-dev] mono packages available for openmoko phone

2007-10-03 Thread Cliff Brake
mono in the Openembedded build system. Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-28 Thread Cliff Brake
thing. Once I get some more DLL's packaged, we probably need to start looking into running whatever tests are used to test mono. Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-list] Cross-compiling Mono 1.2.4 with OpenEmbedded (MIPS)

2007-08-28 Thread Cliff Brake
that should take care of the above error: -- === Cliff Brake http://bec-systems.com ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Cross-compiling Mono 1.2.4 with OpenEmbedded (MIPS)

2007-08-28 Thread Cliff Brake
On 8/28/07, Cliff Brake [EMAIL PROTECTED] wrote: On 8/27/07, Harald Krapfenbauer [EMAIL PROTECTED] wrote: Hi, I want to compile Mono 1.2.4 with OpenEmbedded for my MIPS platform. Package mono-native-1.2.4 compiles without errors, but mono-1.2.4 tells me while configuring the following

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-24 Thread Cliff Brake
On 8/23/07, Cliff Brake [EMAIL PROTECTED] wrote: There are still some issues/todo: - ARM_FPU_NONE is hardcoded instead of relying on the configure script - --without-tls is used -- I get compiles errors if --with-tls is set - there are a few tweaks to the configure script to get cross

[Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
. Thanks, Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
On 8/23/07, Jae Stutzman [EMAIL PROTECTED] wrote: How do we target the NET_2_0 profile with bitbake? If you can tell me how you do this on a x86 system, I'll add the bits to the bitbake recipe. Thanks, Cliff -- === Cliff Brake http://bec-systems.com

Re: [Mono-dev] mono recipe in OpenEmbedded

2007-08-23 Thread Cliff Brake
On 8/23/07, Cliff Brake [EMAIL PROTECTED] wrote: If you have an openmoko build environment set up, you should be able to build mono by simply typing (assuming you use the moko makefile): make update source setup-env bitbake mono Correction, this should be: make update source setup-env cd

Re: [Mono-list] Problem with Mono on Arm target

2007-08-22 Thread Cliff Brake
a hardware FPU. The toolchain is EABI build with softfloat. I assume this uses the VFP model, but now sure yet. Anyway, on to packaging. Has anyone done any work on packaging Mono in OE yet? Thanks, Cliff -- === Cliff Brake http://bec-systems.com

Re: [Mono-list] Problem with Mono on Arm target

2007-08-15 Thread Cliff Brake
into similar problems, but have not had time to debug yet. http://search.gmane.org/?query=cliff.brakegroup=gmane.comp.gnome.mono.devel Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-dev] Porting Mono to the ARM based OpenMoko platform.

2007-08-04 Thread Cliff Brake
/org.openembedded.dev/packages/mono Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Porting to OpenMoko

2007-07-10 Thread Cliff Brake
the Neo Advanced set which includes the nice development extras (woot) and wouldn't mind a coffee shop hack-a-thon in the San Francisco area to get things started if anybody's up for it. Help is quite welcome :-) Cliff -- === Cliff Brake http://bec-systems.com

[Mono-dev] cross compiling mono in OE for ARM

2007-07-10 Thread Cliff Brake
pointers appreciated. I'd be glad to do testing legwork, but I'm still coming up to speed on how mono is put together. Thanks, Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] cross compiling mono in OE for ARM

2007-07-10 Thread Cliff Brake
On 7/10/07, Paolo Molaro [EMAIL PROTECTED] wrote: On 07/10/07 Cliff Brake wrote: I'm working on the mono recipes in OpenEmbedded (used for OpenMoko phone) for ARM. Supposedly, this recipe works for MIPS, but on ARM I get the following: [EMAIL PROTECTED]:~$ mono mono_test.exe Mono

Re: [Mono-dev] cross compiling mono in OE for ARM

2007-07-10 Thread Cliff Brake
On 7/10/07, Cliff Brake [EMAIL PROTECTED] wrote: On 7/10/07, Paolo Molaro [EMAIL PROTECTED] wrote: On 07/10/07 Cliff Brake wrote: Doesn't openmoko use the EABI? Could you try the mono binary compiled for the nokia n770/n800? I think openmoko currently uses oabi (I'm not currently build

Re: [Mono-dev] cross compiling mono in OE for ARM

2007-07-10 Thread Cliff Brake
On 7/10/07, Paolo Molaro [EMAIL PROTECTED] wrote: On 07/10/07 Cliff Brake wrote: I think openmoko currently uses oabi (I'm not currently build for Uhm, from http://lists.openmoko.org/pipermail/community/2006-November/79.html: it seems like they use softfloat, but with the old ABI

Re: [Mono-dev] Porting to OpenMoko

2007-07-10 Thread Cliff Brake
to openmoko. There seems to be some issues with the current openmoko compiler setting (oabi/softfloat), but now that we know that we can patch it. Cliff -- === Cliff Brake http://bec-systems.com ___ Mono-devel-list mailing list Mono