mono problem
Marco Cane
mca at apss.it
Mon Dec 1 09:37:09 UTC 2008
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!");
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20081201/a909b9e1/attachment-0002.html>
More information about the Openembedded-users
mailing list