Results 1 to 1 of 1
I am working on a target board x86 (AMD Processor) with linux /snapgear distribution
I have a hard time in configuring a gdbserver
I am trying it on Ethernet connection ...
- 10-10-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
help needed on GDB Server please
I am working on a target board x86 (AMD Processor) with linux /snapgear distribution
I have a hard time in configuring a gdbserver
I am trying it on Ethernet connection (as I have only one serial which
is used for hyperterm)
when I type in as (on the target board)
gdbserver 192.168.16.70:9999 ./Myapp
it gives the following message
"Process ./Myapp created; pid = 101
code at (nil) - (nil), data at (nil)"
and when I connect with development system it reports some thing like
below (displayed on Target)
"Remote debugging using 192.168.16.70:9999
readchar: Got EOF
Remote side has terminated connection. GDBserver will reopen the
connection."
and this will be on the host system(development system)
"(gdb) target remote 192.168.16.82:9999
Remote debugging using 192.168.16.82:9999
Couldn't establish connection to remote target
Reply contains invalid hex digit 59"
please suggest me what may be problem
kindly help in this issue
thanks in advance
PMM


Reply With Quote