All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Michael Roth <mdroth@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH] configure: adding ppc64le to supported host CPUs
Date: Wed, 1 Nov 2017 16:42:01 -0200	[thread overview]
Message-ID: <b031ce5b-99d6-7570-a2c9-d27a34ee69b0@linux.vnet.ibm.com> (raw)
In-Reply-To: <CAFEAcA9HjqAss=j+unytx=FJKqMo6neNah4yvWtx2aXCvYw29Q@mail.gmail.com>



On 11/01/2017 04:23 PM, Peter Maydell wrote:
> On 1 November 2017 at 17:53, Daniel Henrique Barboza
> <danielhb@linux.vnet.ibm.com> wrote:
>> When executing 'configure' in a fresh QEMU clone, in a fresh
>> OS install running in a ppc64le host, this is the error
>> shown:
>>
>> -----
>>
>> ../configure --enable-trace-backend=simple --enable-debug
>>      --target-list=ppc64-softmmu
>>
>> ERROR: Unsupported CPU = ppc64le, try --enable-tcg-interpreter
>>
>> -----
>>
>> This isn't true, ppc64le host CPU is supported.
>>
>> This patch adds 'ppc64le' to the list of supported host CPUs. After
>> this patch, the next error when executing configure in the
>> scenario mentioned is:
>>
>> -----
>>
>> ../configure --enable-trace-backend=simple --enable-debug
>>      --target-list=ppc64-softmmu
>>
>> ERROR: "cc" either does not exist or does not work
>>
>> -----
>>
>> Indicating that now we need a valid compiler to proceed.
>>
>> Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
>> ---
> I think this is either unnecessary or it should be a lot more
> changes than this. The problem here is that how we determine
> the host CPU type is by using the C compiler. So if you don't
> have a C compiler then we're going to fail to autodetect,
> and the (kind of bogus) fallback is via "uname -a". What
> we ought to do is (a) detect "no C compiler" before we
> try to use it and (b) not have that uname -a fallback.

Now that you've said, if I install GCC before running configure for the
first time I don't see this error happening. Perhaps alternative
(a) is a good approach and avoid a lot of changes just for the
sake of getting rid of that error message.


Daniel

> I suggest you install a C compiler and then try again with
> an unmodified configure to see how that does.
>
> (I think that the correct value of the "cpu" variable for
> ppc64le is "ppc64", same as for bigendian, which we'll
> autodetect if we have a compiler to do it with. If that's
> right, then you could argue for having our "normalise
> CPU host name" code map ppc64le to ppc64. Certainly a
> lot of places in configure assume "ppc64" is the only
> kind...)
>
> thanks
> -- PMM
>

      reply	other threads:[~2017-11-01 18:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 17:53 [Qemu-devel] [PATCH] configure: adding ppc64le to supported host CPUs Daniel Henrique Barboza
2017-11-01 18:23 ` Peter Maydell
2017-11-01 18:42   ` Daniel Henrique Barboza [this message]

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=b031ce5b-99d6-7570-a2c9-d27a34ee69b0@linux.vnet.ibm.com \
    --to=danielhb@linux.vnet.ibm.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=peter.maydell@linaro.org \
    --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 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.