Re: [Mono-dev] Mono on Embedded Platform

2014-11-24 Thread Jonathan Pryor
On Nov 23, 2014, at 11:45 PM, techi eth techi...@gmail.com wrote: I would be happy if I will get all running under 10 MB.I have listed approx size of few essential. I am not sure how to reduce get size under 10 MB. Where are you getting these file sizes? Perhaps you need to strip(1) the

Re: [Mono-dev] Mono on Embedded Platform

2014-11-24 Thread techi eth
Thanks for input. I have strip the binaries.I nearly coming size mentioned above. I still need to play with mkbundle. Currently i have done manual picking of my required assemblies out of mono build.Is their any way i can get this by enabling disabling configure option or any other better way i

Re: [Mono-dev] Mono on Embedded Platform

2014-11-23 Thread techi eth
Thanks a lot for reply. I would be happy if I will get all running under 10 MB.I have listed approx size of few essential. I am not sure how to reduce get size under 10 MB. 1) Mono (link to mono-sgen) : 13 MB 2) Libmono-2.0.so http://libmono-2.0.so/ : 12 MB 3) Mscorelib.dll :

Re: [Mono-dev] Mono on Embedded Platform

2014-11-21 Thread Jonathan Mitchell
On 21 Nov 2014, at 07:05, techi eth techi...@gmail.com wrote: Hey, I have following point to check before start. 1) 1) How can I achieve small footprint from mono. I have followed the below link but it produces install directory which is more than 100 MB with mono 3.10.0.

Re: [Mono-dev] Mono on Embedded Platform

2014-11-21 Thread Chris Morgan
On Fri, Nov 21, 2014 at 2:05 AM, techi eth techi...@gmail.com wrote: Hey, I am very new to mono. I am looking forward to use this great platform over Linux on ARM target. I have following point to check before start. 1) 1) How can I achieve small footprint from mono. I have

Re: [Mono-dev] Mono on Embedded Platform

2014-11-21 Thread Miguel de Icaza
The final version of Mono includes an entire SDK. You really only need the mono binary, the configuration files (if any) and the DLLs that you need to use. Which should be some 4 megs or so. As for features to disable in the VM, you need to be careful, but the configure command takes a set of

[Mono-dev] Mono on Embedded Platform

2014-11-20 Thread techi eth
Hey, I am very new to mono. I am looking forward to use this great platform over Linux on ARM target. I have following point to check before start. 1) 1) How can I achieve small footprint from mono. I have followed the below link but it produces install directory which is more than 100