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

Reply via email to