[Mono-dev] Regarding MONO on Embedded Device.

Paolo Molaro lupus at ximian.com
Tue Oct 4 10:33:32 EDT 2005


On 10/04/05 Andrew Arnott wrote:
> Wow. I didn't think mono could get so small. For what it's worth, for the
> compiling experience, you might find a blog I
> wrote<http://darnitwebdev.blogspot.com/2005/09/i-am-working-with-ts-5500-embedded.html>a
> useful reference as you build mono for your embedded system as I just
> recently had to do this myself.

The simplest way to create a small mono binary for single embedded
programs is to use:
	mkbundle --static --deps prog.exe
If it's not small enough, you'll ahve to follow my other suggestions
like removing the 200+ KB of CJK info that very likely most of us don't
need, then remove aot support, the verifier etc.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list