This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

remote target debug problem running


***********************
Your mail has been scanned by InterScan VirusWall.
***********-***********


Hello 

I'm new to Insight and I'm trying to use it to debug a remote Mips core. 
Using an EPI JTAG probe.

When I use the following command to start Insight the code is downloaded to
the target board no problem and I can use the continue/stop icons to start
and stop the board.

.../gdb/insight --command=~/bin/mips-gdb.ini
    cat ~/bin/mips-gdb.ini
        set remoteti 10
        set heur 0
        set remote memory-write-packet-size fixed
        set remote memory-write-packet-size 4200
        set download-write-size 3584

        target remote localhost:2345
        load eCos.elf

The problem here is that I CAN'T browses any source file.


When I use open/run to select the elf file and run it.  The board connects
to the 
remote server but doesn't download the code and gives the following message.

    "You cannot do that without a process to debug"
    ...

In this case I CAN browses the source code ?!

Any Body as an Idea on how I could browse the code and set break points at
the same time :|

Nathaniel Mercure
Electroline Equipment
Embedded Software guy



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]