From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Mono
Date: Wed, 04 Nov 2009 21:36:58 +0100 [thread overview]
Message-ID: <hcsola$kqd$1@ger.gmane.org> (raw)
In-Reply-To: <B44D4D5BF344094DABB900C4E0F6E3533945A88B7F@srv02.nortechonline.net>
On 04-11-09 21:11, Hodgson, Simon wrote:
> 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?
I'm building locally with:
koen@dominion:/OE/org.openembedded.dev/recipes/asio$ git diff ../mono
diff --git a/recipes/mono/mono_2.4.2.3.bb b/recipes/mono/mono_2.4.2.3.bb
index 5e659f3..261d090 100644
--- a/recipes/mono/mono_2.4.2.3.bb
+++ b/recipes/mono/mono_2.4.2.3.bb
@@ -2,7 +2,7 @@ require mono-${PV}.inc
DEPENDS = "mono-native mono-mcs-intermediate glib-2.0 perl-native"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
# mono makes use of non-thumb-compatible inline asm.
ARM_INSTRUCTION_SET = "arm"
@@ -10,7 +10,7 @@ ARM_INSTRUCTION_SET = "arm"
SRC_URI += "file://configure.patch;patch=1\
file://mini-arm.patch;patch=1\
file://0001-remove-docs-dir-from-build.patch;patch=1 \
- file://mono-cross-compilation-for-amd64.patch;patch=1 \
+# file://mono-cross-compilation-for-amd64.patch;patch=1 \
"
# Per http://www.mono-project.com/Mono:ARM
That seems to fix most issues for me. I suspect it breaks for amd64
targets, but I don't care about those (yet).
regards,
Koen
next prev parent reply other threads:[~2009-11-04 20:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 20:11 Mono Hodgson, Simon
2009-11-04 20:36 ` Koen Kooi [this message]
2009-11-04 21:30 ` Mono Hodgson, Simon
2009-11-04 22:02 ` Mono Phil Blundell
2009-11-04 22:20 ` Mono Khem Raj
2009-11-05 0:06 ` Mono Khem Raj
2009-11-05 21:20 ` Mono Hodgson, Simon
2009-11-05 21:59 ` Mono Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='hcsola$kqd$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.