SPARC is not dead, it just lacks a maintainer. Would you volunteer to do so?
-- Rodrigo On Sun, Jun 29, 2014 at 3:33 PM, cocowalla <[email protected]> wrote: > 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 void > set_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: Mono no longer supported on SPARC? > <http://mono.1490590.n4.nabble.com/Mono-no-longer-supported-on-SPARC-tp4663201.html> > Sent from the Mono - General mailing list archive > <http://mono.1490590.n4.nabble.com/Mono-General-f1490591.html> at > Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
