[Mono-dev] Mono build issue: mono-sgen illegal instruction

Cyd Haselton chaselton at gmail.com
Thu May 28 11:02:57 UTC 2015


I;m building mono on android, and while I've finally managed to get make to finish without errors, 'make check' always fails at the same point...no matter what ./configure I use:

make[3]: Entering directory `/bld/mono/mono-4.0.0/mono/mini'
make  check-local
make[4]: Entering directory `/bld/mono/mono-4.0.0/mono/mini'
MONO_PATH=/bld/mono/mono-4.0.0/mcs/class/lib/net_4_5 ../../runtime/mono-wrapper /bld/mono/mono-4.0.0/mcs/class/lib/build/mcs.exe -unsafe -nowarn:0162 -out:TestDriver.dll -target:library TestDriver.cs
make[4]: *** [TestDriver.dll] Illegal instruction
make[4]: Leaving directory `/bld/mono/mono-4.0.0/mono/mini'
make[3]: *** [check-am] Error 2

addr2line output on the debug output from logcat

/bld/mono/mono-4.0.0 $ addr2line -C -i -e mono/mini/mono-sgen 00159464
/bld/mono/mono-4.0.0/mono/mini/dwarfwriter.c:967

Is there a way to disable whatever component uses dwarfwriter?  I've disabled both debug and soft_debug...no dice.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150528/d9bc217d/attachment.html>


More information about the Mono-devel-list mailing list