<div dir="ltr">The server runs on an ARM machine, and the client on my own machine.<br>They both have gdb v7 <br><br>Thanks,<br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
<br><br><div class="gmail_quote">On Thu, Dec 17, 2009 at 9:31 AM, Gilad Ben-Yossef <span dir="ltr">&lt;<a href="mailto:gilad@codefidence.com">gilad@codefidence.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




  
  

<div dir="ltr" bgcolor="#ffffff" text="#000000"><div class="im">
<p style="margin-bottom: 0cm; margin-top: 0pt;">ik wrote:<br>
</p>
<blockquote type="cite">
  <div dir="ltr">Hello,<br>
  <br>
I&#39;m trying to use gdbserver as follows:<br>
$ gdbserver <a href="http://192.168.0.202:2222" target="_blank">192.168.0.202:2222</a>
./hello<br>
  <br>
When I try to debug the program &quot;hello&quot; using a gdb located on a
different machine as follows:<br>
  <br>
gdb $ target remote <a href="http://192.168.0.202:2222" target="_blank">192.168.0.202:2222</a><br>
  <br>
The gdb server hangsup.<br>
  <br>
What am I missing/doing wrong here ?<br>
  </div>
</blockquote>
<br></div>
What are the machines in question running? is it the exact same
software? <br>
<br>
If not, you need to tell GDB where to find the shared libraries with
debug information of your remote host.<br>
<br>
Gilad<br>
<br>
<br>
<pre cols="72">-- 
Gilad Ben-Yossef
Chief Coffee Drinker &amp; CTO
Codefidence Ltd.

Web:   <a href="http://codefidence.com" target="_blank">http://codefidence.com</a>
Cell:  +972-52-8260388
Skype: gilad_codefidence
Tel:   +972-8-9316883 ext. 201
Fax:   +972-8-9316884
Email: <a href="mailto:gilad@codefidence.com" target="_blank">gilad@codefidence.com</a>

Check out our Open Source technology and training blog - <a href="http://tuxology.net" target="_blank">http://tuxology.net</a>

        &quot;That is not dead which can eternal lie.
         And with strange aeons even death may die.&quot;
</pre>
</div>

</blockquote></div><br></div>