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

Reply via email to