From: Richard Earnshaw <rearnsha@gcc.gnu.org>
To: Alexandre Oliva <aoliva@redhat.com>
Cc: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>,
gdb-patches@sources.redhat.com
Subject: Re: ARM Simulator build broken
Date: Thu, 25 Nov 2004 10:48:00 -0000 [thread overview]
Message-ID: <1101379665.11642.15.camel@pc960.cambridge.arm.com> (raw)
In-Reply-To: <orbrdnay3g.fsf@livre.redhat.lsd.ic.unicamp.br>
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
On Wed, 2004-11-24 at 18:41, Alexandre Oliva wrote:
> On Nov 17, 2004, Richard Earnshaw <rearnsha@gcc.gnu.org> wrote:
>
> > ! sim-basics_h = $(srccom)/sim-basics.h \
> > ! cconfig_h \
> > ! tconfig_h \
>
> How are the cconfig_h and tconfig_h deps supposed to be resolved? I
> don't get any other grep matches for these strings within sim, and
> at least the frv sim won't build because sim-core.o needs some
> cconfig_h file that doesn't exist. What was the idea here?
> $(cconfig_h) and $(tconfig_h), maybe?
Can you test the attached patch? It fixes the dependency problems I now
see when I correct the sim-load.o dependency.
R.
* Make-common.in (sim-basics_h): Correct dependencies on
cconfig.h and tconfig.h
(sim-load.o): Correct typo in sim-basics_h dependency.
[-- Attachment #2: sim3.patch --]
[-- Type: text/x-patch, Size: 1363 bytes --]
Index: Make-common.in
===================================================================
RCS file: /cvs/src/src/sim/common/Make-common.in,v
retrieving revision 1.15
diff -p -r1.15 Make-common.in
*** Make-common.in 18 Nov 2004 10:21:39 -0000 1.15
--- Make-common.in 25 Nov 2004 10:43:54 -0000
*************** sim-base_h = $(srccom)/sim-base.h \
*** 333,340 ****
$(sim-memopt_h) \
$(sim-cpu_h)
sim-basics_h = $(srccom)/sim-basics.h \
! cconfig_h \
! tconfig_h \
$(sim-config_h) \
$(sim-inline_h) \
$(sim-types_h) \
--- 333,340 ----
$(sim-memopt_h) \
$(sim-cpu_h)
sim-basics_h = $(srccom)/sim-basics.h \
! ../common/cconfig.h \
! tconfig.h \
$(sim-config_h) \
$(sim-inline_h) \
$(sim-types_h) \
*************** sim-utils.o: $(srccom)/sim-utils.c $(sim
*** 506,512 ****
sim-watch.o: $(srccom)/sim-watch.c $(sim_main_headers)
$(CC) -c $(srccom)/sim-watch.c $(ALL_CFLAGS)
! sim-load.o: $(srccom)/sim-load.c $(callback_h) $(sim_basics_h) $(remote_sim_h)
$(CC) -c $(srccom)/sim-load.c $(ALL_CFLAGS)
--- 506,512 ----
sim-watch.o: $(srccom)/sim-watch.c $(sim_main_headers)
$(CC) -c $(srccom)/sim-watch.c $(ALL_CFLAGS)
! sim-load.o: $(srccom)/sim-load.c $(callback_h) $(sim-basics_h) $(remote_sim_h)
$(CC) -c $(srccom)/sim-load.c $(ALL_CFLAGS)
next prev parent reply other threads:[~2004-11-25 10:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-16 12:40 Richard Earnshaw
2004-11-16 15:24 ` Richard Earnshaw
2004-11-16 15:36 ` Hans-Peter Nilsson
2004-11-17 15:04 ` Richard Earnshaw
2004-11-17 16:06 ` Richard Earnshaw
2004-11-17 18:25 ` Hans-Peter Nilsson
2004-11-17 20:38 ` Andrew Cagney
2004-11-18 0:08 ` Hans-Peter Nilsson
2004-11-18 10:22 ` Richard Earnshaw
2004-11-24 18:42 ` Alexandre Oliva
2004-11-25 10:31 ` Richard Earnshaw
2004-11-25 10:48 ` Richard Earnshaw [this message]
2004-11-29 18:27 ` Alexandre Oliva
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=1101379665.11642.15.camel@pc960.cambridge.arm.com \
--to=rearnsha@gcc.gnu.org \
--cc=aoliva@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=hans-peter.nilsson@axis.com \
/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