qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <av1474@comtv.ru>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] compiling on PPC doesn't work
Date: Mon, 26 May 2008 21:37:32 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.64.0805262131140.12213@linmac.oyster.ru> (raw)
In-Reply-To: <BAY110-DAV31C8B1CBA038AD7CD5898B9C20@phx.gbl>

On Sun, 25 May 2008, C.W. Betts wrote:

> Due to the fact that there is now a PowerPC tcg host, I tried to make the 
> i386 and sparc guests.  I am building it on an Intel Mac, but I doubt that's 
> the problem (although it took me awhile to figure out how to make PPC apps on 
> i386 comps without using a --build configure argument).  However, I got the 
> following error when trying to compile the apic.c file on i386:

Few notes:

  a. Some new optimizations commited shortly before/after ppc tcg uncovered
     a bug. The bug was fixed but the patch is not yet been commited to SVN.

  b. MacOS X is not supported.
     (I think it has a slightly different ABI plus changes to dyngen and
      elsewhere are needed to work with Mach O relocations. The latter
      is essential for working with those targets that still use dyngen)

> gcc -I. -I.. -I/Users/username/makestuff/qemu-svn/target-i386 
> -I/Users/username/makestuff/qemu-svn -MMD -MP -DNEED_CPU_H -D__powerpc__ 
> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
> -I/Users/username/makestuff/qemu-svn/tcg 
> -I/Users/username/makestuff/qemu-svn/tcg/ppc 
> -I/Users/username/makestuff/qemu-svn/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
> -I/Users/username/makestuff/qemu-svn/slirp -Wall -O2 -g -fno-strict-aliasing 
> -mdynamic-no-pic -m32 -arch ppc -c -o apic.o 
> /Users/username/makestuff/qemu-svn/hw/apic.c
> /var/folders/zN/zNzLfd+VH20MiY73gvxNNk+++TI/-Tmp-//cc4FQRDT.s:151:Invalid 
> mnemonic 'bsr'
> /var/folders/zN/zNzLfd+VH20MiY73gvxNNk+++TI/-Tmp-//cc4FQRDT.s:1458:Invalid 
> mnemonic 'bsf'
> make[1]: *** [apic.o] Error 1
> make: *** [subdir-i386-softmmu] Error 2

Excerpt from apic.c

#if defined(HOST_I386)
     __asm__ __volatile__ ("bsr %1, %0\n" : "+r" (ret) : "rm" (value));
     return ret;
#else

Apparently HOST_I386 is defined somewhere hence this optimization.

>
> The sparc platform compiled and linked without a problem, as well as the rest 
> of the files.

-- 
mailto:av1474@comtv.ru

  reply	other threads:[~2008-05-26 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <0512FB03-70B0-4AAB-B6DE-0ABB0EFE3B8E@hotmail.com>
2008-05-26  3:48 ` [Qemu-devel] compiling on PPC doesn't work C.W. Betts
2008-05-26 17:37   ` malc [this message]
     [not found]     ` <B853230F-B5E9-4BE1-9307-9A99144F3797@hotmail.com>
2008-05-26 19:17       ` [Qemu-devel] compiling on PPC does work C.W. Betts

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=Pine.LNX.4.64.0805262131140.12213@linmac.oyster.ru \
    --to=av1474@comtv.ru \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).