hi,
I'm trying to add mono support to my OE based distro, because I want to
try an alternative to Java (I need portable applications).
My system is a x86 platform (Geode based) and mono compiles without
problems (at least, version 1.2.6 belonging to .stable branch), but when
I start a simple "Hello world" program (built on a Linux machine using
the same mono version) CPU blocks to 95% of usage end system loops
forever, until I kill the mono process.
My OE task include the export of packages mono, mono-runtime, mono-jit,
mono-gac, libmono-corlib1.0-cil
What I'm missing? Thanks in advance?
using System;
class MainApp {
public static void Main() {
Console.WriteLine("Hello World!");
}
}
_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users