All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stéphane ANCELOT" <sancelot@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] qemu compiling error
Date: Fri, 17 Oct 2014 11:22:05 +0200	[thread overview]
Message-ID: <5440DFBD.3060503@free.fr> (raw)
In-Reply-To: <20141016100831.21a48426@free-electrons.com>

On 16/10/2014 10:08, Thomas Petazzoni wrote:
> Dear St?phane ANCELOT,
>
> On Thu, 16 Oct 2014 08:54:54 +0200, St?phane ANCELOT wrote:
>
>> I want being able to emulate an x86 32 bits platform from a 64 bits os
>> with qemu launched in buildroot.
>>
>> The build fails because --disable-system option is enabled and thus
>> inhibits selection target-list i386soft-mmu to build.
>> removing --disable-system this option will permit to build it.
> This is because for now the Qemu package for the host is for now
> limited to building the Qemu userspace emulation, and does not support
> building the Qemu system emulation.
>
>> Please correct it.
> Do you realize that you're talking to an open-source community, and not
> your employees? Asking for something to be fixed the way you did it is
> the best way to make the maintainers/developers angry and to ignore
> your problem.

Yes, I DO ! And I think I asked it politely. I am not a noobie in 
opensource community,
a bit surprised of your reply.  You may have had a bad day...or not read 
what I was trying to do...
but this should be off topic.

As contributor asking for qemu package in the target, I think normal 
trying it and improving it, if possible.
At time of writing  I managed to build the qemu system emulation, 
forcing it in the qemu.mk as a quick workaround:

ifeq ($(BR2_PACKAGE_QEMU_SYSTEM),y)
QEMU_OPTS += --enable-system
else
#QEMU_OPTS += --disable-system
endif



Regards.
S.Ancelot


> Best regards,
>
> Thomas

  reply	other threads:[~2014-10-17  9:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15  9:22 [Buildroot] qemu compiling error Stéphane ANCELOT
2014-10-15 12:05 ` Arnout Vandecappelle
2014-10-17 22:03   ` Yann E. MORIN
2014-10-16  6:54 ` Stéphane ANCELOT
2014-10-16  8:08   ` Thomas Petazzoni
2014-10-17  9:22     ` Stéphane ANCELOT [this message]
2014-10-17 22:06   ` Yann E. MORIN
2014-10-17 22:01 ` Yann E. MORIN

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=5440DFBD.3060503@free.fr \
    --to=sancelot@free.fr \
    --cc=buildroot@busybox.net \
    /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.