[MonoDevelop] Help with compiling 'emulare' arduino emulator

nathan.f77 nathan.f77 at gmail.com
Mon May 16 12:42:26 EDT 2011


Emulare is an arduino emulator written in C#: http://emulare.sourceforge.net/

Version 1.4 compiles fine with MonoDevelop
(http://sourceforge.net/projects/emulare/files/emulare_1.4_src.zip/download)

However, 1.7 does not.
(http://sourceforge.net/projects/emulare/files/emulare_1.7_src.zip/download)

It requires the missing 'System.Deployment' assembly, but removing the
'StubDebugger.cs' file and the references to 'IDebugger' seem to get rid of
that error for now.

The solution has 6 'entries'. One of these entries is called 'SimpleDiag',
and it is grayed out. I'm having a hard time figuring out what that means,
since no errors or warnings are shown and all of the references are present.

Other entries have SimpleDiag in their References, but they show an error
saying "Assembly not available for Mono / .NET 3.5".

So I guess it's not available because it's not being compiled, and it hasn't
been compiled because it is grayed out. SimpleDiag doesn't show up anywhere
on Google, so I guess it might be a custom thing written for emulare?

I'm new to Mono and MonoDevelop, but I can pick things up fast. If I need to
email the developer of a component, I can track them down and do that. I'm
also happy to work on replacing 'SimpleDiag' with something else, if
necessary.

But could someone please tell me why it is grayed out? I need to know the
root of the problem before I can fix it.


Thanks!
Nathan B

--
View this message in context: http://mono.1490590.n4.nabble.com/Help-with-compiling-emulare-arduino-emulator-tp3526728p3526728.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list