Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe'
@ 2004-03-13 12:08 libra
  2004-03-16 22:44 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: libra @ 2004-03-13 12:08 UTC (permalink / raw)
  To: gdb



Hello all.

I want to add new machine(simulator) to the gnu tool chain.
I have built the binutils gcc and newlib successfully.
When i build the gdb,i encounter the problem.
The error message is as follow:

make[1]: *** No rule to make target `../sim/arm/libsim.a', needed by 
`gdb.exe'.  Stop.
make[1]: Leaving directory `/cygdrive/d/thesis/build/gdb/gdb'

I have the modified the following file /gdb-6.0/config.sub 
/gdb-6.0/gdb/configure.tgt /gdb-6.0/gdb/configure.host

I inspect the make.out file,and i find that it would not configing the 
/sim/common and /sim/ASP.
The ASP is my new machine(simulator)
How can i do ?

                                        thank a lot!!


 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe'
  2004-03-13 12:08 No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe' libra
@ 2004-03-16 22:44 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2004-03-16 22:44 UTC (permalink / raw)
  To: libra; +Cc: gdb

> Hello all.

cd to your GDB/build/gdb directory and then run:
	sh -x .../src/gdb/configure --target=<your-target>
you should see the problem (and a few others).  It's using
src/gdb/config/arm/arm.md (or similar, which refers to libsim.a) instead
of src/gdb/config/asp/asp.md.  You'll need to do some more config hacking.

Andrew

> I want to add new machine(simulator) to the gnu tool chain.
> I have built the binutils gcc and newlib successfully.
> When i build the gdb,i encounter the problem.
> The error message is as follow:
> 
> make[1]: *** No rule to make target `../sim/arm/libsim.a', needed by 
> `gdb.exe'.  Stop.
> make[1]: Leaving directory `/cygdrive/d/thesis/build/gdb/gdb'
> 
> I have the modified the following file /gdb-6.0/config.sub 
> /gdb-6.0/gdb/configure.tgt /gdb-6.0/gdb/configure.host
> 
> I inspect the make.out file,and i find that it would not configing the 
> /sim/common and /sim/ASP.
> The ASP is my new machine(simulator)
> How can i do ?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-16 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-13 12:08 No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe' libra
2004-03-16 22:44 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox