|
One of my possible customer asked if I can run mono on the Sarge SBC, so I’ve decided to bitbake one
using the latest oe recipe. After creating mono-1.2.4 packages for sarge-at91 machine it turned out that not everything is working fine:
root@sarge_at91:/usr/local/mono$ mcs example1.cs
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.Location —> System.ExecutionEngL
at System.Collections.Hashtable..ctor (Int32 capacity, Single loadFactor, IHashCodeProvider hcp, IComparer comparer) [0×00000]
at System.Collections.Hashtable..ctor (Int32 capacity, Single loadFactor) [0×00000]
at System.Collections.Hashtable..ctor () [0×00000]
at Mono.CSharp.Location..cctor () [0×00000] — End of inner exception stack trace —
since I’m not familiar with mono: any ideas, anyone ?.
|
There are two people in OpenEmbedded working on getting mono working. One of them is Cliff Brake (cbrake on irc). I suggest contacting them.