qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bob Deblier <bob.deblier@telenet.be>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu 32 bits on  AMD64
Date: Mon, 07 Mar 2005 13:47:52 +0100	[thread overview]
Message-ID: <1110199672.29703.20.camel@orion> (raw)
In-Reply-To: <200503071241.52596.vaise@votreservice.com>

On Mon, 2005-03-07 at 07:41 -0500, vaise@votreservice.com wrote:
> I have read the posts about the gcc "internal compiler error: Segmentation 
> fault" on x86_64. ok. I have just tried with CVS (7 feb 2005 ) . I use 
> gcc-3.4.1-4mdk on Mandrake 10.1-64.
> How can I tell ./configure to compile as a x86_32 program on a 64 bits 
> machine ?
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

Disclaimer: The following worked for me Fedora Core 3 x86_64 - I don't
use Mandrake, and this solution may not work for you.

$ linux32 /bin/bash

This should make sure that your 'arch' is recognized as i686 instead of
x86_64

$ CC="gcc -m32" LD="ld -m32" ./configure <extra-options-that-you-want>

Should set you up for compiling and linking 32-bit binaries.

$ make

Sincerely,

Bob Deblier

  reply	other threads:[~2005-03-07 13:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-07 12:41 [Qemu-devel] qemu 32 bits on AMD64 vaise
2005-03-07 12:47 ` Bob Deblier [this message]
2005-03-14  9:43   ` vaise
2005-03-14  9:19     ` Bob Deblier

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=1110199672.29703.20.camel@orion \
    --to=bob.deblier@telenet.be \
    --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).