[coldfire-gnu-discuss] Problem Debugging in Sourcery_GXX_IDE
Robert Brusa
bob.brusa at gmail.com
Sat Mar 8 10:36:23 UTC 2008
Am Freitag, den 07.03.2008, 17:35 +0000 schrieb Nathan Sidwell:
> Robert Brusa wrote:
> > Hi all
> >
> > further to my previous cry for help, I have have some news.
> >
> > The uClinux I am running on my COBRA5282-board includes a gdbserver. So
> > I firstly connect my working directory to the target using ntfs, then I
> > start the gdbserver on the target. This looks as follows (I am using
> > minicom on a host running debian etch)
> >
> >> /> mount -t nfs -o rsize=4096,wsize=4096
> >> 192.168.0.55:/home/rwb/ws1 /usr
> >> /> gdbserver localhost:10000 /usr/factorial/Debug/factorial
> >> Process /usr/factorial/Debug/factorial created; pid = 35
> >> code at 0x3c8040 - 0x3cbd20, data at 0x3cbd24
>
> gdbserver is listening on localhost:10000 -- the target board
>
> >
> > Then I go back to my Sourcery_GXX_IDE with the factorial example and
> > start a debug-session by clicking on the debug-icon and get the message
> >
> > Error creating session: localhost:10000: Connection refused
>
> gdb is trying to talk to localhost:10000 -- the host system
>
> nathan
Nathan - sorry, but I do not understand what your comments try to tell
me. What exactly should I do to make it work?
Regards Bob.
More information about the coldfire-gnu-discuss
mailing list