All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Hand written code generator #2
Date: Wed, 1 Jun 2005 13:36:44 +0100	[thread overview]
Message-ID: <200506011336.45050.paul@codesourcery.com> (raw)
In-Reply-To: <20050601074033.06b81f62.Jens.Arm@gmx.de>

On Wednesday 01 June 2005 06:40, Jens Arm wrote:
> Hi Paul
>
> I get a compile errorif I try with latest qemu cvs:
>
> ../dyngen -o op.h op.o
> ../dyngen -c -o opc.h op.o
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
> -I/home/tux/tmp/qemu/target-sparc -I/home/tux/tmp/qemu
> -I/home/tux/tmp/qemu/host-i386 -I/home/tux/tmp/qemu/linux-user
> -I/home/tux/tmp/qemu/linux-user/sparc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -I/home/tux/tmp/qemu/fpu -I/home/tux/tmp/qemu/slirp -c
> -o translate-op.o /home/tux/tmp/qemu/translate-op.c make[1]: *** Keine
> Regel vorhanden, um das Target »qregs.def«,
>   benötigt von »translate-qop.o«, zu erstellen.  Schluss.
> make[1]: Leaving directory `/home/tux/tmp/qemu/sparc-user'
> make: *** [all] Fehler 1

This seems to be an issue with subversion. The patches it generates don't 
correctly create empty files. Create the file manually 
"touch target-sparc/qregs.def"
and it should work ok.

Paul

  parent reply	other threads:[~2005-06-01 12:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-31 15:23 [Qemu-devel] Hand written code generator #2 Paul Brook
2005-06-01  5:40 ` Jens Arm
2005-06-01  9:53   ` Herbert Poetzl
2005-06-01 12:36   ` Paul Brook [this message]
2005-06-02 10:53 ` Christian MICHON
2005-06-02 13:31   ` Paul Brook
2005-06-02 13:36     ` Christian MICHON

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=200506011336.45050.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --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.