Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] CDT Debug issue

On Mon, Dec 01, 2008 at 10:01:01AM -0500, Elena Laskavaia wrote:
> this gdb you have does not understand some commands like set new-console on
> and monitor - which is used in this integration. Most of the jtag stuff would not work in this case.

The new-console failure is probably harmless.  The reason monitor
didn't work is:

>> (gdb)
>>
>> 89 target remote 192.168.0.24:23 <http://192.168.0.24:23>
>>
>> target remote 192.168.0.24:23 <http://192.168.0.24:23>
>>
>> &"target remote 192.168.0.24:23\n"
>>
>> &"192.168.0.24:23 <http://192.168.0.24:23>: A connection attempt failed  
>> because the connected party did not properly respond after a period of  
>> time, or established connection failed because connected host has failed 
>> to respond.\n"

So, fix that...

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top