Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Robert Wörle" <robert@linuxdevelopment.de>
To: openembedded-devel@lists.openembedded.org
Subject: building qemu on x86_64 host for a ixp4xx target
Date: Thu, 18 Oct 2007 07:04:32 +0200	[thread overview]
Message-ID: <4716E960.5070800@linuxdevelopment.de> (raw)

Dear List

I am failing to get qemu-native build on my x86_64 host for a arm ixp4xx
target.
Building qemu-native for a i686 target worked fine.

it fails like this:
make -C i386-linux-user all
| make[1]: Entering directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/i386-linux-user'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/i386-linux-user'
| make -C arm-linux-user all
| make[1]: Entering directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/arm-linux-user'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/arm-linux-user'
| make -C armeb-linux-user all
| make[1]: Entering directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/armeb-linux-user'
| make[1]: Nothing to be done for `all'.
| make[1]: Leaving directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/armeb-linux-user'
| make -C sparc-linux-user all
| make[1]: Entering directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/sparc-linux-user'
| gcc -isystem/home/bob/oe/ixp425/tmp/staging/x86_64-linux/include -Os
-Wall -O2 -g -fno-strict-aliasing -I. -I..
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/target-sparc
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/linux-user/sparc
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/fpu
-I/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/slirp
   -c -o translate-op.o
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/translate-op.c
|
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/translate-op.c:
In function 'dyngen_code':
|
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/translate-op.c:37:
error: expected declaration or statement at end of input
|
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/translate-op.c:37:
error: expected declaration or statement at end of input
|
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/translate-op.c:37:
error: expected declaration or statement at end of input
| make[1]: *** [translate-op.o] Error 1
| make[1]: Leaving directory
`/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/qemu/sparc-linux-user'
| make: *** [subdir-sparc-linux-user] Error 2
| + die 'oe_runmake failed'
| + oefatal 'oe_runmake failed'
| + echo FATAL: 'oe_runmake failed'
| FATAL: oe_runmake failed
| + exit 1
NOTE: Task failed:
/home/bob/oe/ixp425/tmp/work/x86_64-linux/qemu-native-0.9.0+cvs20070613-r5/temp/log.do_compile.16092
NOTE: package qemu-native-0.9.0+cvs20070613-r5: task do_compile: failed
ERROR: TaskFailed event exception, aborting


should i hack-fix the translate-op.c:37 ??? or is there a cleaner way to
help here ?

Regards rob_w



                 reply	other threads:[~2007-10-18  5:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4716E960.5070800@linuxdevelopment.de \
    --to=robert@linuxdevelopment.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox