<div dir="ltr">i'm currently trying kerl and i will report on ti later <div><br></div><div>however, it might be that my dir was not clean so i'll test that as well </div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 16, 2018 at 12:06 PM, Lothar Kaiser <span dir="ltr"><<a href="mailto:lkdeatour-erlangmailinglist@yahoo.com" target="_blank">lkdeatour-erlangmailinglist@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><div style="font-family:Helvetica,Arial,sans-serif;font-size:13px"><div></div>
            <div>Hi,</div><div><br></div><div>I'm using `kerl` to build Erlang right on my Raspberry Pi with great success. Works out of the box without any problem.</div><div><br></div><div>cheers,</div><div>Lothar<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>
            
            </div><div id="m_-554111571402719223yahoo_quoted_9692335104" class="m_-554111571402719223yahoo_quoted">
                <div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;color:#26282a">
                    
                    <div>
                        Am Freitag, 16. Februar 2018, 11:50:40 MEZ hat Mikael Pettersson <<a href="mailto:mikpelinux@gmail.com" target="_blank">mikpelinux@gmail.com</a>> Folgendes geschrieben:
                    </div><div><div class="h5">
                    <div><br></div>
                    <div><br></div>
                    <div><div dir="ltr">Did you build in a clean directory?  There's no reference to<br></div><div dir="ltr">"benchmark.h" anywhere in current otp.git sources.<br></div><div dir="ltr">FWIW, I just did a native build on armv7l-unknown-linux-gnueabihf<br></div><div dir="ltr">(quad-core Cortex A9 running Fedora) using<br></div><div dir="ltr">the usual native build steps (./otp_build autoconf; ./configure; make)<br></div><div dir="ltr">-- no issue.<br></div><div dir="ltr"><br></div><div dir="ltr">On Fri, Feb 16, 2018 at 8:26 AM, Karlo Kuna <<a href="mailto:kuna.prime@gmail.com" target="_blank">kuna.prime@gmail.com</a>> wrote:<br></div><div dir="ltr">> command that i have run are form github page<br></div><div dir="ltr">><br></div><div dir="ltr">> git clone <a href="https://github.com/erlang/otp.git" target="_blank">https://github.com/erlang/otp.<wbr>git</a><br></div><div dir="ltr">> cd otp<br></div><div dir="ltr">> ./otp_build autoconf<br></div><div dir="ltr">> ./configure<br></div><div dir="ltr">> make<br></div><div dir="ltr">> make install<br></div><div dir="ltr">><br></div><div dir="ltr">> i'm compiling directly on target and yes i'm building form armv6l  as far as<br></div><div dir="ltr">> i know<br></div><div dir="ltr">><br></div><div dir="ltr">><br></div><div dir="ltr">> On Fri, Feb 16, 2018 at 8:07 AM, Dmitry Kolesnikov <<a href="mailto:dmkolesnikov@gmail.com" target="_blank">dmkolesnikov@gmail.com</a>><br></div><div dir="ltr">> wrote:<br></div><div dir="ltr">>><br></div><div dir="ltr">>> Hello,<br></div><div dir="ltr">>><br></div><div dir="ltr">>> You are building for armv6l.<br></div><div dir="ltr">>> Do you make it as cross-platform build or directly on the target!<br></div><div dir="ltr">>><br></div><div dir="ltr">>> I’d advise you to use xcomp to build it.<br></div><div dir="ltr">>> Please check this tutorial<br></div><div dir="ltr">>> <a href="https://github.com/erlang/otp/blob/master/HOWTO/INSTALL-ANDROID.md" target="_blank">https://github.com/erlang/otp/<wbr>blob/master/HOWTO/INSTALL-<wbr>ANDROID.md</a><br></div><div dir="ltr">>><br></div><div dir="ltr">>> This is a way, how I’ve been building Erlang R16 to Android and Rasberry<br></div><div dir="ltr">>> Pi.<br></div><div dir="ltr">>><br></div><div dir="ltr">>> Best Regards,<br></div><div dir="ltr">>> Dmitry<br></div><div dir="ltr">>><br></div><div dir="ltr">>><br></div><div dir="ltr">>> On 16 Feb 2018, at 0.24, Karlo Kuna <<a href="mailto:kuna.prime@gmail.com" target="_blank">kuna.prime@gmail.com</a>> wrote:<br></div><div dir="ltr">>><br></div><div dir="ltr">>> i got build error<br></div><div dir="ltr">>><br></div><div dir="ltr">>> MAKE   depend<br></div><div dir="ltr">>> make[2]: Entering directory '/var/erlang-src/otp/erts/<wbr>emulator'<br></div><div dir="ltr">>>  GEN    armv6l-unknown-linux-<wbr>gnueabihf/<a href="http://gen_git_version.mk" target="_blank">gen_git_version.mk</a><br></div><div dir="ltr">>> make[2]: *** No rule to make target 'beam/benchmark.h', needed by<br></div><div dir="ltr">>> 'obj/armv6l-unknown-linux-<wbr>gnueabihf/opt/smp/hipe_<wbr>mkliterals.o'.  Stop.<br></div><div dir="ltr">>> make[2]: Leaving directory '/var/erlang-src/otp/erts/<wbr>emulator'<br></div><div dir="ltr">>> /var/erlang-src/otp/make/<a href="http://run_make.mk:42" target="_blank">run_<wbr>make.mk:42</a>: recipe for target 'depend' failed<br></div><div dir="ltr">>> make[1]: *** [depend] Error 2<br></div><div dir="ltr">>> make[1]: Leaving directory '/var/erlang-src/otp/erts/<wbr>emulator'<br></div><div dir="ltr">>> Makefile:500: recipe for target 'depend' failed<br></div><div dir="ltr">>> make: *** [depend] Error 2<br></div><div dir="ltr">>><br></div><div dir="ltr">>> i have run ./configure but can't complete make step<br></div><div dir="ltr">>> it seams that Makefile for erts/emulator is not properly generated<br></div><div dir="ltr">>><br></div><div dir="ltr">>> please help<br></div><div dir="ltr">>> ______________________________<wbr>_________________<br></div><div dir="ltr">>> erlang-questions mailing list<br></div><div dir="ltr">>> <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br></div><div dir="ltr">>> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br></div><div dir="ltr">>><br></div><div dir="ltr">>><br></div><div dir="ltr">><br></div><div dir="ltr">><br></div><div dir="ltr">> ______________________________<wbr>_________________<br></div><div dir="ltr">> erlang-questions mailing list<br></div><div dir="ltr">> <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br></div><div dir="ltr">> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br></div><div dir="ltr">><br></div><div dir="ltr">______________________________<wbr>_________________<br></div><div dir="ltr">erlang-questions mailing list<br></div><div dir="ltr"><a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br></div><div dir="ltr"><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br></div></div>
                </div></div></div>
            </div></div></div></blockquote></div><br></div>