<div dir="ltr">Hi all,<div><br></div><div>I would like to contribute to buildroot by sending Mono package, which I believe many people will find useful.</div><div><br></div><div>Mono has to be cross compiled in two steps:</div>
<div><br></div><div>1. Native code - for the virtual execution system, garbage collector and other unmanaged bits</div><div>2. Managed code - this includes C# compiler, assembler, class libraries and so on</div><div><br></div>
<div>Due to this fact it is divided into two sub-folders/sub-packages. The build configuration itself is not very complicated, however one thing is worth pointing out.</div><div><br></div><div>Mono signs its binary files and thus we have to disable stripping of the binaries in the buildroot, which is done through "Config.in" file.</div>
<div><br></div><div>Everything else is pretty much straight forward and self explanatory.</div><div><br></div><div>Package is also installed in staging directory, just in case someone needs to compile other packages which depend on Mono.</div>
<div><br></div><div>Please find the Mono package attached.</div><div><br></div><div>Any comments and suggestions are more than welcome. If you find it not working or failing to build let me know as well.</div><div><br></div>
<div>Regards,</div><div>Mirek</div></div>