Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: libra <mr924352@cs.nthu.edu.tw>
Cc: gdb@sources.redhat.com
Subject: Re: No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe'
Date: Tue, 16 Mar 2004 22:44:00 -0000	[thread overview]
Message-ID: <4057833C.3000708@gnu.org> (raw)
In-Reply-To: <1079179712.4052f9c0e066f@webmail.cs.nthu.edu.tw>

> 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 ?



      reply	other threads:[~2004-03-16 22:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-13 12:08 libra
2004-03-16 22:44 ` Andrew Cagney [this message]

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=4057833C.3000708@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb@sources.redhat.com \
    --cc=mr924352@cs.nthu.edu.tw \
    /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