From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5399 invoked by alias); 28 Nov 2002 03:41:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5392 invoked from network); 28 Nov 2002 03:41:32 -0000 Received: from unknown (HELO mercury.mv.net) (199.125.85.40) by sources.redhat.com with SMTP; 28 Nov 2002 03:41:32 -0000 Received: from ppro (bnh-6-29.mv.com [199.125.98.93]) by mercury.mv.net (8.9.3/8.9.3/mem-20020217) with SMTP id WAA03253 for ; Wed, 27 Nov 2002 22:41:30 -0500 (EST) Message-ID: <032601c29690$0fe2e420$c9d145cc@mrrmnh.adelphia.net> From: "Peter Reilley" To: References: Subject: Re: JTAG support for GDB Date: Wed, 27 Nov 2002 19:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-11/txt/msg00405.txt.bz2 ----- Original Message ----- From: "Benjamin Tze-Kit Lee" To: Sent: Wednesday, November 27, 2002 6:57 PM Subject: JTAG support for GDB > Hi, > > I am trying to use the Raven card from OCDemon through a JTAG (parrallel > port) interface to do debugging on an evaluation board. I think I would > have to use target remote debugging throught the /dev/lp0 port. Does GDB > supports this, or is this do-able? > > Thank you, > > Ben This requires a driver and some libraries. You can get pre-compiled packages at www.ocdemon.com. What processor are you working with? Pete.