Hi, in general the mono packages seem to work fine but it looks like some really ancient tool chains are used.
With gcc versions below 4.8 (which seems to be the case at least for the ARM platform) mono doesn't include BTLS due to lack of C11 compile support (one of the major new features).
I've...