[Mono-dev] Compiling mono on ARM fails

aidjek aidjek at gmail.com
Tue Nov 12 13:29:25 UTC 2013


Hello 

I have received this error when tried to compile mono on my host machine.

Resolved it after indicate my system arch  - export CFLAGS=-march=i686

Configure script is:

cat CONFIGURE_mono_host_3.2.3 
#!/bin/sh

export CFLAGS=-march=i686

../configure --prefix=/mnt/dcu/mono-host \
--with-ikvm-native=no \
--with-xen-opt=no \
--with-preview=yes \
--enable-parallel-mark=no \
--enable-full-debug=no \
--enable-minimal=profiler \
--with-sgen=yes \
--with-moon-gc=sgen \
--with-tls=__thread \
--with-sigaltstack=no \
--with-moonlight=no \
--with-profile4=no


RET=$?

test $RET -eq 0 && make && make install




--
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-mono-on-ARM-fails-tp4660930p4661301.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list