<div dir="ltr">A related question: Will a native ARM9 build of Erlang work? (no cross compiling)<br><br>Dan.<br><br><div class="gmail_quote">On Fri, Sep 26, 2008 at 6:14 AM, Corrado Santoro <span dir="ltr"><<a href="mailto:csanto@diit.unict.it">csanto@diit.unict.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
I'm  trying to cross-compile OTP on a ARM9 architecture and I'm<br>
compiling R11B-5.<br>
<br>
The build stops generating the following linker error:<br>
<br>
obj/arm-unknown-linux-gnu/opt/hybrid/erl_bif_table.o:(.data+0x2c80):<br>
undefined reference to `hipe_bifs_write_u8_2'<br>
obj/arm-unknown-linux-gnu/opt/hybrid/erl_bif_table.o:(.data+0x2c94):<br>
undefined reference to `hipe_bifs_write_u32_2'<br>
obj/arm-unknown-linux-gnu/opt/hybrid/erl_bif_table.o:(.data+0x2ca8):<br>
undefined reference to `hipe_bifs_bytearray_2'<br>
obj/arm-unknown-linux-gnu/opt/hybrid/erl_bif_table.o:(.data+0x2cbc):<br>
undefined reference to `hipe_bifs_bytearray_sub_2'<br>
obj/arm-unknown-linux-gnu/opt/hybrid/erl_bif_table.o:(.data+0x2cd0):<br>
undefined reference to `hipe_bifs_bytearray_update_3'<br>
<br>
...<br>
<br>
The strange thing is that I've disabled hipe (./configure<br>
--disable_hipe), but it seems that hipe is still considered?<br>
<br>
The "configure" line I'm using is:<br>
<br>
./configure --target=arm-linux --host=arm-linux --disable-hipe<br>
--without-jinterface<br>
<br>
Any hint?<br>
<br>
Thanks,<br>
--Corrado<br>
<br>
<br>
--<br>
==================================================================<br>
Eng. Corrado Santoro, Ph.D.<br>
University of Catania - ITALY<br>
Dept. of Mathematics and Informatics<br>
<br>
VoIP: <a href="mailto:sip%3A7035@voicegw2.diit.unict.it">sip:7035@voicegw2.diit.unict.it</a><br>
<br>
==================================================================<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>