<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I recently put together som instructions on how to cross compile erlang<div class="">and user applications.</div><div class="">It includes how to cross compile zlib/openssl/ncurses to get a decent</div><div class="">crypto environment and a working terminal up and running.</div><div class=""><br class=""><div class=""><div class="">You can find it here:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/tonyrog/otp-cross" class="">https://github.com/tonyrog/otp-cross</a></div><div class=""><br class=""></div><div class="">This is not a HOWTO make a tiny erlang but can be used as a template for</div><div class="">how to build the important parts.</div><div class=""><br class=""></div><div class="">/Tony</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 24 feb 2016, at 13:14, Max Lapshin <<a href="mailto:max.lapshin@gmail.com" class="">max.lapshin@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra">3 MB is very cool!</div><div class="gmail_extra"><br class=""></div><div class="gmail_extra">We have reduced to 10 MB, but it includes developer and debugging tools.</div><div class="gmail_extra"><br class=""></div><div class="gmail_extra">Smaller package — faster loading.</div><div class="gmail_extra">Also it is very important on slow flash to change configuration of code server so that it doesn't scan all ebin directories in ERL_LIBS for each file, but loads them in a more efficient way.</div><div class="gmail_extra"><br class=""></div><div class="gmail_extra">We do it more dumb (we do not use releases): just scan all .beam files and load them. It makes startup faster.</div></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></div></div></body></html>