[erlang-questions] Problems cross-compiling OTP on ARM
Mikael Pettersson
mikpe@REDACTED
Mon Sep 29 17:40:35 CEST 2008
Daniel Goertzen writes:
> A related question: Will a native ARM9 build of Erlang work? (no cross
> compiling)
If you --disable-hipe then yes it should work.
With --enable-hipe you may need R12B-recent, as R11 possibly
only supports big-endian v5te (xscale). Which generation is
ARM9, v4? v5? -te? I'm not sure HiPE will support v4.
I routinely build natively and test HiPE on a little-endian
XScale 80219 and a big-endian XScale IXP420.
More information about the erlang-questions
mailing list