Hi
I have been watching the videos on running Erlang (which I love) on
the Pi (of which I own one).
So I would like to do that my self. I'm not too familiar with setting
up a cross-compiler (although I have done it once years ago).
Is the recipe for compiling Erlang for the Pi the one mentioned here:
https://github.com/esl/erlang-embedded
Or is this bitbake/OpenEmbedded route for other that Pi architectures.
I see the last change was more than a year ago.
To at least do something.
I tried to build a minimal Erlang using this script:
https://github.com/Gustav-Simonsson/Stripped-Erlang
But it does give me handful of errors after building Erlang along this
line:
Error: no such file "Compressing appmon-2.1.14.1"
...
And before them:
strip:erts-5.9.1/bin/erl.src: File format not recognized
strip:erts-5.9.1/bin/start_erl.src: File format not recognized
strip:erts-5.9.1/bin/start.src: File format not recognized
How small should the stripped Erlang be roughly?
My resulting tar.gz is around 17M.
What do you recommend to get Erlang flying on my Pi
Best
Søren