Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdbserver install
@ 2007-03-05 15:37 Matt Jordan
  2007-03-05 15:42 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Jordan @ 2007-03-05 15:37 UTC (permalink / raw)
  To: gdb

Hello,

I am trying to install gdbserver, but after doing 'make install' it
doesnt seem to have been installed.

I have read elsewhere you need to manually compile gdbserver.  I have
tried this by doing:
make -c gdb/gdbserver

However this always returns:

matt@~/gdb/gdb-6.6: make -C gdb/gdbserver
make: Entering directory `/home/matt/gdb/gdb-6.6/gdb/gdbserver'
make: *** No targets specified and no makefile found.  Stop.
make: Leaving directory `/home/matt/gdb/gdb-6.6/gdb/gdbserver'

I have tried using different versions (5.3, 6.0, 6.5 and 6.6) but none
seemed to make any difference.

With both problems I am using the following:
tar zxvf gdb-6.6.tar.gz && cd gdb-6.6 && ./configure
--prefix=/home/me/gdb6 --disable-werror && make && make install

What am I missing?

Any help would be great, am happy to provide more details.

-System Details-
Solaris 5.8, sparc
GCC 2.95.3
gmake 3.78.1


Regards,
Matt


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

* Re: gdbserver install
  2007-03-05 15:37 gdbserver install Matt Jordan
@ 2007-03-05 15:42 ` Daniel Jacobowitz
  2007-03-05 15:49   ` Matt Jordan
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jacobowitz @ 2007-03-05 15:42 UTC (permalink / raw)
  To: Matt Jordan; +Cc: gdb

On Mon, Mar 05, 2007 at 03:37:39PM +0000, Matt Jordan wrote:
> What am I missing?

> -System Details-
> Solaris 5.8, sparc

That's what you're missing.  gdbserver is automatically built and
installed if it is supported for your system, but it does not have any
Solaris support at the moment.  Sorry.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: gdbserver install
  2007-03-05 15:42 ` Daniel Jacobowitz
@ 2007-03-05 15:49   ` Matt Jordan
  2007-03-05 15:56     ` Daniel Jacobowitz
  2007-03-05 16:11     ` Paul Koning
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Jordan @ 2007-03-05 15:49 UTC (permalink / raw)
  To: gdb

Ohh dear,

Any suggestions of an alternative method for remote (C,C++) debugging
for solaris?

Kind regards,
Matt Jordan

(thanks for quick response)

On 05/03/07, Daniel Jacobowitz <drow@false.org> wrote:
> On Mon, Mar 05, 2007 at 03:37:39PM +0000, Matt Jordan wrote:
> > What am I missing?
>
> > -System Details-
> > Solaris 5.8, sparc
>
> That's what you're missing.  gdbserver is automatically built and
> installed if it is supported for your system, but it does not have any
> Solaris support at the moment.  Sorry.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


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

* Re: gdbserver install
  2007-03-05 15:49   ` Matt Jordan
@ 2007-03-05 15:56     ` Daniel Jacobowitz
  2007-03-05 16:11     ` Paul Koning
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2007-03-05 15:56 UTC (permalink / raw)
  To: Matt Jordan; +Cc: gdb

On Mon, Mar 05, 2007 at 03:49:49PM +0000, Matt Jordan wrote:
> Ohh dear,
> 
> Any suggestions of an alternative method for remote (C,C++) debugging
> for solaris?

I don't know any offhand, but I don't use Solaris much.  There may be some.

-- 
Daniel Jacobowitz
CodeSourcery


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

* Re: gdbserver install
  2007-03-05 15:49   ` Matt Jordan
  2007-03-05 15:56     ` Daniel Jacobowitz
@ 2007-03-05 16:11     ` Paul Koning
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Koning @ 2007-03-05 16:11 UTC (permalink / raw)
  To: mattjordan; +Cc: gdb

>>>>> "Matt" == Matt Jordan <mattjordan@hotpop.com> writes:

 Matt> Ohh dear, Any suggestions of an alternative method for remote
 Matt> (C,C++) debugging for solaris?

Add Solaris support to gdbserver?

I don't know Solaris but I did the same for NetBSD a while back; it
was quite easy.  Given that GDB works at all, that means there is an
API into the OS for debugging.  GDB uses that.  So does gdbserver,
essentially the same API just invoked via a remote stub protocol.

    paul


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

end of thread, other threads:[~2007-03-05 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 15:37 gdbserver install Matt Jordan
2007-03-05 15:42 ` Daniel Jacobowitz
2007-03-05 15:49   ` Matt Jordan
2007-03-05 15:56     ` Daniel Jacobowitz
2007-03-05 16:11     ` Paul Koning

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