[erlang-questions] Cross compiling R13B04 for MIPS CPU running linux works

Steve Vinoski vinoski@REDACTED
Wed Mar 3 19:39:44 CET 2010


On Tue, Mar 2, 2010 at 4:54 PM, Rickard Green <rickard@REDACTED> wrote:

>
> I had a look in beam_lib and it seems that the strip_release/1
> function also compresses the result, so invoking the following after
> building the system should get you a slim system:
>  $ERL_TOP/bootstrap/bin/erl -noshell -noinput -eval
> "beam_lib:strip_release(\"$ERL_TOP\"),init:stop()"
>

This is exactly what I do for my embedded cross-builds and it works great.

--steve


More information about the erlang-questions mailing list