[Mono-list] Compiling Mono 3.0.1 on ARM Fails (raspberry pi)

MattSwarbrick matt_swarbrick at hotmail.com
Wed Nov 14 11:34:57 UTC 2012


Hi Florian,

The reason for this is that dmb is an armv7 instruction whilst the pi is
armv6. So before compiling, type this:

export CFLAGS=-march=armv6k

This should still fail though, it will say something like: "hardfp abi not
supported yet", there is an armhf port for mono, so you may need to build
that. But I'm not sure how to do that yet, let us know how you get on, or if
you have any ideas regarding the port

Matt
The_Flo wrote
> /tmp/ccxkFDaL.s:307: Error: selected processor does not support ARM mode
> `dmb'





--
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-Mono-3-0-1-on-ARM-Fails-raspberry-pi-tp4657322p4657376.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list