This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM Simulator build broken


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?

Possibly, but I think I'd intended these to be hard file dependencies on
tconfig.h and cconfig.h.

I've just noticed why my testing didn't pick this up... :-(  The
dependency in sim-load.h is also wrong (sim_basics_h, not
sim-basics_h).  Bah!  I hate make...

I'll look into it and revise the patch.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]