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.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to