Mono with OpenEmbedded

View: New views
1 Messages — Rating Filter:   Alert me  

Mono with OpenEmbedded

by Simon Hodgson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've built Mono for OpenEmbedded to run on an arm processor. But when I try to run just a simple Hello World test I get:

mini-codegen.c:1073:mono_local_regalloc: assertion failed: (ins->dreg != -1)

Does anyone have any suggestion as to what I might be doing wrong?

mono -V produces:

root@at91sam9g20ek:~# mono -V
Mono JIT compiler version 2.4.2.3 (tarball Tue Nov  3 03:08:58 EST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Notifications: epoll
        Architecture:  armel,vfp
        Disabled:      none

Is there anymore info perhaps I can provide?

Thanks


Simon