[Mono-list] Mono no longer supported on SPARC?

cocowalla colin.anderson333 at gmail.com
Sun Jun 29 19:33:59 UTC 2014


Is SPARC not supported by Mono any more?
I finally got the 3.4.0 runtime to build (many thanks to Steve Hall!), but
when I try to run anything with it, I get:
Assertion: should not be reached at method-to-ir.c:2566
Now, that is in this method:
static voidset_rgctx_arg (MonoCompile *cfg, MonoCallInst *call, int
rgctx_reg, MonoInst *rgctx_arg){#ifdef MONO_ARCH_RGCTX_REG
mono_call_inst_add_outarg_reg (cfg, call, rgctx_reg, MONO_ARCH_RGCTX_REG,
FALSE);	cfg->uses_rgctx_reg = TRUE;	call->rgctx_reg = TRUE;#ifdef
ENABLE_LLVM	call->rgctx_arg_reg = rgctx_reg;#endif#else
NOT_IMPLEMENTED;#endif}	
mono/mini/mini-sparc.h does not define *MONO_ARCH_RGCTX_REG*... so we can't
use JIT. But it also doesn't define *MONO_ARCH_LLVM_SUPPORTED*... so we
can't use LLVM either!
Am I missing something obvious here, or is support for SPARC dead?




--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-no-longer-supported-on-SPARC-tp4663201.html
Sent from the Mono - General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20140629/32b9cb73/attachment.html>


More information about the Mono-list mailing list