qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Cross compiling qemu for ARM
@ 2008-11-28 10:13 Steffen Liebergeld
  2008-11-28 11:55 ` [Qemu-devel] " Steffen Liebergeld
  2008-11-28 13:27 ` [Qemu-devel] " Paul Brook
  0 siblings, 2 replies; 8+ messages in thread
From: Steffen Liebergeld @ 2008-11-28 10:13 UTC (permalink / raw)
  To: qemu-devel

Hi,

I'm trying to get Qemu 0.9.1 cross compiled for the ARM platform.

I have been using these configure flags:
--target-list=arm-softmmu
--source-path=$HOME/Source/qemu-0.9.1/
--cross-prefix=arm-linux-
--static
--host-cc=/usr/bin/gcc-3.4
--prefix=$HOME/Binary/qemu/
--disable-linux-user
--disable-darwin-user
--disable-sdl
--disable-gfx-check

I have the complete arm crosscompiling toolchain including crosscompilers and
libs like zlib. (Unfortunatly I didn't find an option to give paths to zlib
headers and lib, so I set them manually. Do you know an easy way to set them?)

Compiling goes well until dyngen tries to execute:
make[1]: Entering directory `/home/s1010824/Build/arm/qemu/arm-softmmu'
../dyngen -o op.h op.o
dyngen: op_movl_T0_r0, 8: function too small
make[1]: *** [op.h] Error 1
make[1]: Leaving directory `/home/s1010824/Build/arm/qemu/arm-softmmu'

Do you have an idea how I can fix that? Did you do cross compilation of qemu
yourself and know good documention about it?

Thank you in advance,
Steffen Liebergeld

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-30  3:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 10:13 [Qemu-devel] Cross compiling qemu for ARM Steffen Liebergeld
2008-11-28 11:55 ` [Qemu-devel] " Steffen Liebergeld
2008-11-28 12:07   ` Laurent Desnogues
2008-11-28 13:09     ` Steffen Liebergeld
2008-11-28 13:21       ` Laurent Desnogues
2008-11-28 13:27 ` [Qemu-devel] " Paul Brook
2008-11-28 14:58   ` [Qemu-devel] " Steffen Liebergeld
2008-11-30  3:01     ` andrzej zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).