Hi list,
I would like to be able to execute basic parallel erlang application on my home-made OS, designed for multicore embedded architectures. I tried to look around for minimal erlang configurations / embedded erlang / (put your own adjective here) erlang, without success. I also looked into the sources, and I could not get anything out of this investigation.
Could anyone tell me how to configure such a minimal setting and how to port erlang to another OS ?
Thank you for your help,
Xavier
----
Xavier Guérin - Senior Research Engineer
TIMA Laboratory, SLS Group
46, av. Félix Viallet, 38000 GRENOBLE, FR
Mail : xavier...@imag.fr
Phone : +33(0)4 76 57 47 59
Ad Astra Per Aspera
Triste e' quel discepolo che non avanza il suo maestro
Ubi patria, ibi bene
While not entierly true we do have a working cross-compiled erlang for
the arm architecture.
>
> ----- Original Message -----
> From: "Xavier Guérin" <xavier...@sd-hub.net>
> To: erlang-q...@erlang.org
> Sent: Wednesday, 15 September, 2010 14:26:12 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
> Subject: [erlang-questions] Minimal erlang kenel/compiler
>
> Hi list,
>
> I would like to be able to execute basic parallel erlang application on my home-made OS, designed for multicore embedded architectures. I tried to look around for minimal erlang configurations / embedded erlang / (put your own adjective here) erlang, without success. I also looked into the sources, and I could not get anything out of this investigation.
>
> Could anyone tell me how to configure such a minimal setting and how to port erlang to another OS ?
For which arch are you developing? The basic stuff you will need is a
working toolchain for it, if you look at our github space we have a
small script we use for building erlang for arm. Feel free to modify
it to suite your needs. Don't hesitate to ask any question you might
have.
http://github.com/esl/erlang-embedded
>
> Thank you for your help,
> Xavier
>
> ----
> Xavier Guérin - Senior Research Engineer
> TIMA Laboratory, SLS Group
> 46, av. Félix Viallet, 38000 GRENOBLE, FR
> Mail : xavier...@imag.fr
> Phone : +33(0)4 76 57 47 59
> Ad Astra Per Aspera
> Triste e' quel discepolo che non avanza il suo maestro
> Ubi patria, ibi bene
>
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questio...@erlang.org
>
>
Sadly no since we did not need to dig into the source of the virtual
machine to get this up and running we have not taken a look at it.
This work is all done for our thesis work for Uppsala University and
therefore we have limited resources and time to do this sort of
explorations.
>
> Regards,
> Xavier