qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Martin Bochnig <mb1x@gmx.com>
To: sol10x86@cox.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)
Date: Mon, 05 Sep 2005 17:55:47 +0200	[thread overview]
Message-ID: <431C6A83.4080808@gmx.com> (raw)
In-Reply-To: <20050905132132.NGTZ23320.eastrmmtao05.cox.net@smtp.east.cox.net>

Ben Taylor wrote:

>in qemu-0.7.2/hw/apic.c
>
>gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386 -I/export/src/qemu-05-18-05/test/qemu-0.7.2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/export/src/qemu-05-18-05/test/qemu-0.7.2/fpu -I/export/src/qemu-05-18-05/test/qemu-0.7.2/slirp -c -o apic.o /export/src/qemu-05-18-05/test/qemu-0.7.2/hw/apic.c
>Assembler: apic.c
>        "/var/tmp//ccO3Ifuk.s", line 165 : Illegal mnemonic
>        "/var/tmp//ccO3Ifuk.s", line 165 : Syntax error
>gmake: *** [apic.o] Error 1
>
>
>Ideas?  
>
>
>  
>

Just use "gnu-as" (often called "gas") instead of SUNW's 
"/usr/ccs/bin/as" and (a patched) 0.7.2 will also compile on x86, not 
only on SPARC Solaris.
On Solaris10 or 11_nevada it is not required to custom-build gcc for 
doing so anymore, just use "/usr/sfw/bin/gcc". It will then use gas, but 
still not gnu-ld.
However, it works.


martin

  reply	other threads:[~2005-09-05 16:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-05 13:21 [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4) Ben Taylor
2005-09-05 15:55 ` Martin Bochnig [this message]
2005-09-05 16:09   ` Martin Bochnig

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=431C6A83.4080808@gmx.com \
    --to=mb1x@gmx.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sol10x86@cox.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 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).