From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1482 invoked by alias); 11 May 2005 20:03:16 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 1230 invoked from network); 11 May 2005 20:03:12 -0000 Received: from unknown (HELO syteline6) (66.163.18.81) by sourceware.org with SMTP; 11 May 2005 20:03:12 -0000 Received: from excserveur.electrolinequip.com ([172.16.0.3]) by syteline6 with InterScan VirusWall; Wed, 11 May 2005 16:06:16 -0400 Received: by excserveur.electrolinequip.com with Internet Mail Service (5.5.2657.72) id ; Wed, 11 May 2005 16:02:54 -0400 Message-ID: <73EE0374460DD311A89E00609779266801B0996D@excserveur.electrolinequip.com> From: Nathaniel Mercure To: "'insight@sources.redhat.com'" Subject: remote target debug problem running Date: Wed, 11 May 2005 20:03:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2005-q2/txt/msg00024.txt.bz2 *********************** 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