* how to compile to get a copy of gdbserver
@ 2002-08-07 11:14 Benjamin Tze-Kit Lee
2002-08-07 20:52 ` Daniel Jacobowitz
0 siblings, 1 reply; 9+ messages in thread
From: Benjamin Tze-Kit Lee @ 2002-08-07 11:14 UTC (permalink / raw)
To: gdb
Hi,
I would like to get a copy of the gdbserver to do remote target debugging.
Where could I get it, or how should I configure to complie the gdb 5.2.1
source code so to make a copy of gdbserver?
Thx a lot,
Benjamin Lee
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-07 11:14 how to compile to get a copy of gdbserver Benjamin Tze-Kit Lee
@ 2002-08-07 20:52 ` Daniel Jacobowitz
2002-08-07 22:35 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Daniel Jacobowitz @ 2002-08-07 20:52 UTC (permalink / raw)
To: Benjamin Tze-Kit Lee; +Cc: gdb
On Wed, Aug 07, 2002 at 11:14:48AM -0700, Benjamin Tze-Kit Lee wrote:
> Hi,
>
> I would like to get a copy of the gdbserver to do remote target debugging.
> Where could I get it, or how should I configure to complie the gdb 5.2.1
> source code so to make a copy of gdbserver?
If you build GDB on your target or using a cross compiler (if the
latter, you need target libraries, and to use --host=<target>) you will
get a gdbserver (assuming you use a supported target).
You can just run configure in the gdbserver directory and then make.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-07 20:52 ` Daniel Jacobowitz
@ 2002-08-07 22:35 ` Eli Zaretskii
2002-08-08 5:55 ` Daniel Jacobowitz
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2002-08-07 22:35 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Benjamin Tze-Kit Lee, gdb
On Wed, 7 Aug 2002, Daniel Jacobowitz wrote:
> If you build GDB on your target or using a cross compiler (if the
> latter, you need target libraries, and to use --host=<target>) you will
> get a gdbserver (assuming you use a supported target).
>
> You can just run configure in the gdbserver directory and then make.
How about adding this to INSTALL (unless it's already there; I cannot
check where I'm typing this)?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-07 22:35 ` Eli Zaretskii
@ 2002-08-08 5:55 ` Daniel Jacobowitz
2002-08-11 6:59 ` Eli Zaretskii
0 siblings, 1 reply; 9+ messages in thread
From: Daniel Jacobowitz @ 2002-08-08 5:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb
On Thu, Aug 08, 2002 at 08:33:08AM +0300, Eli Zaretskii wrote:
>
> On Wed, 7 Aug 2002, Daniel Jacobowitz wrote:
>
> > If you build GDB on your target or using a cross compiler (if the
> > latter, you need target libraries, and to use --host=<target>) you will
> > get a gdbserver (assuming you use a supported target).
> >
> > You can just run configure in the gdbserver directory and then make.
>
> How about adding this to INSTALL (unless it's already there; I cannot
> check where I'm typing this)?
It's already documented in gdb/gdbserver/README; want me to add a
pointer from INSTALL?
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-08 5:55 ` Daniel Jacobowitz
@ 2002-08-11 6:59 ` Eli Zaretskii
2002-08-20 7:04 ` Daniel Jacobowitz
0 siblings, 1 reply; 9+ messages in thread
From: Eli Zaretskii @ 2002-08-11 6:59 UTC (permalink / raw)
To: drow; +Cc: gdb
> Date: Thu, 8 Aug 2002 08:55:33 -0400
> From: Daniel Jacobowitz <drow@mvista.com>
> > >
> > > You can just run configure in the gdbserver directory and then make.
> >
> > How about adding this to INSTALL (unless it's already there; I cannot
> > check where I'm typing this)?
>
> It's already documented in gdb/gdbserver/README; want me to add a
> pointer from INSTALL?
Yes, that'd be a good idea, IMHO.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-11 6:59 ` Eli Zaretskii
@ 2002-08-20 7:04 ` Daniel Jacobowitz
2002-08-20 7:56 ` Peter Barada
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2002-08-20 7:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb
On Sun, Aug 11, 2002 at 04:57:06PM +0300, Eli Zaretskii wrote:
> > Date: Thu, 8 Aug 2002 08:55:33 -0400
> > From: Daniel Jacobowitz <drow@mvista.com>
> > > >
> > > > You can just run configure in the gdbserver directory and then make.
> > >
> > > How about adding this to INSTALL (unless it's already there; I cannot
> > > check where I'm typing this)?
> >
> > It's already documented in gdb/gdbserver/README; want me to add a
> > pointer from INSTALL?
>
> Yes, that'd be a good idea, IMHO.
Eventually, I realized the flaw with this plan. There is no INSTALL.
There's a section in the texi manual about it, but I don't think that
does much good... since people without the program installed rarely
have the manual.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: how to compile to get a copy of gdbserver
2002-08-20 7:04 ` Daniel Jacobowitz
@ 2002-08-20 7:56 ` Peter Barada
2002-08-20 8:00 ` Andrew Cagney
2002-08-20 23:38 ` Eli Zaretskii
2 siblings, 0 replies; 9+ messages in thread
From: Peter Barada @ 2002-08-20 7:56 UTC (permalink / raw)
To: drow; +Cc: eliz, gdb
>Eventually, I realized the flaw with this plan. There is no INSTALL.
>There's a section in the texi manual about it, but I don't think that
>does much good... since people without the program installed rarely
>have the manual.
You'd be suprised. The documentation is online and converted into
HTML so people(including me) could at least google for it...
--
Peter Barada Peter.Barada@motorola.com
Wizard 781-852-2768 (direct)
WaveMark Solutions(wholly owned by Motorola) 781-270-0193 (fax)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-20 7:04 ` Daniel Jacobowitz
2002-08-20 7:56 ` Peter Barada
@ 2002-08-20 8:00 ` Andrew Cagney
2002-08-20 23:38 ` Eli Zaretskii
2 siblings, 0 replies; 9+ messages in thread
From: Andrew Cagney @ 2002-08-20 8:00 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Eli Zaretskii, gdb
> On Sun, Aug 11, 2002 at 04:57:06PM +0300, Eli Zaretskii wrote:
>
>> > Date: Thu, 8 Aug 2002 08:55:33 -0400
>> > From: Daniel Jacobowitz <drow@mvista.com>
>
>> > > >
>> > > > You can just run configure in the gdbserver directory and then make.
>
>> > >
>> > > How about adding this to INSTALL (unless it's already there; I cannot
>> > > check where I'm typing this)?
>
>> >
>> > It's already documented in gdb/gdbserver/README; want me to add a
>> > pointer from INSTALL?
>
>>
>> Yes, that'd be a good idea, IMHO.
>
>
> Eventually, I realized the flaw with this plan. There is no INSTALL.
> There's a section in the texi manual about it, but I don't think that
> does much good... since people without the program installed rarely
> have the manual.
I believe GCC generates gcc/INSTALL from gcc/doc/install.texi (same goes
for invoke.texi -> gcc.1).
enjoy,
Andrew
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to compile to get a copy of gdbserver
2002-08-20 7:04 ` Daniel Jacobowitz
2002-08-20 7:56 ` Peter Barada
2002-08-20 8:00 ` Andrew Cagney
@ 2002-08-20 23:38 ` Eli Zaretskii
2 siblings, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2002-08-20 23:38 UTC (permalink / raw)
To: drow; +Cc: gdb
> Date: Tue, 20 Aug 2002 10:05:18 -0400
> From: Daniel Jacobowitz <drow@mvista.com>
>
> Eventually, I realized the flaw with this plan. There is no INSTALL.
Darn, I keep forgetting that GDB doesn't have INSTALL. Maybe we
should add it, since most other GNU software does have it.
Put that in gdb/README, then.
> There's a section in the texi manual about it, but I don't think that
> does much good... since people without the program installed rarely
> have the manual.
As others have pointed out, the HTML version of the docs is generated
from the Texinfo sources. So adding that to gdb.texinfo would also be
a good idea.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-08-21 6:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-07 11:14 how to compile to get a copy of gdbserver Benjamin Tze-Kit Lee
2002-08-07 20:52 ` Daniel Jacobowitz
2002-08-07 22:35 ` Eli Zaretskii
2002-08-08 5:55 ` Daniel Jacobowitz
2002-08-11 6:59 ` Eli Zaretskii
2002-08-20 7:04 ` Daniel Jacobowitz
2002-08-20 7:56 ` Peter Barada
2002-08-20 8:00 ` Andrew Cagney
2002-08-20 23:38 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox