Go to previous topic
Go to next topic
Last Post 03 Nov 2006 04:45 PM by  Anonymous
ARM MultiICE communication problem
 1 Replies
Author Messages
Dag
New Member
New Member
Posts:


--
25 Oct 2006 05:21 AM
    Hi,

    Am I trying to follow the instructions in "MultiICE_Setup_Procedure.txt"nad everything seems to be ok untill I enter the command "target remote localhost:9000" from the gdb-promt. It is not possible to establish a connection. This is what I see in Cygwin.

    $ arm-elf-gdb
    GNU gdb 6.0
    Copyright 2003 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf".
    (gdb) target remote localhost:9000
    Remote debugging using localhost:9000
    Couldn't establish connection to remote target
    Remote communication error: Connection reset by peer.
    (gdb)

    Any hints are welcome.

    Dag
    Anonymous
    Posts:


    --
    03 Nov 2006 04:45 PM
    Hi Dag,

    Have you had a chance to go through this doc?

    http://www.logicpd.com/do...N_70000248_Rev_B.pdf

    Thanks,


    ---