 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [coldfire-gnu-discuss] Problem Debugging in Sourcery_GXX_IDE
- To: bob.brusa@xxxxxxxxx
- Subject: Re: [coldfire-gnu-discuss] Problem Debugging in Sourcery_GXX_IDE
- From: Nathan Sidwell <nathan@xxxxxxxxxxxxxxxx>
- Date: Fri, 07 Mar 2008 17:35:03 +0000
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 Sidwell :: http://www.codesourcery.com :: CodeSourcery
|
|