From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15968 invoked by alias); 19 Nov 2002 14:47:00 -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 15845 invoked from network); 19 Nov 2002 14:46:19 -0000 Received: from unknown (HELO postfix3.ofir.com) (193.0.243.238) by sources.redhat.com with SMTP; 19 Nov 2002 14:46:19 -0000 Received: from webmail5.ofir.dk (unknown [192.168.197.25]) by postfix3.ofir.com (Postfix) with ESMTP id 729C15C2D7 for ; Tue, 19 Nov 2002 16:12:28 +0100 (CET) X-WM-Posted-At: webmail5.ofir.dk; Tue, 19 Nov 02 15:46:08 +0100 Date: Tue, 19 Nov 2002 06:47:00 -0000 From: James Sampson To: GDB Archive X-EXP32-SerialNo: 00002117 Subject: Adding a target at build? Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20021119151228.729C15C2D7@postfix3.ofir.com> X-SW-Source: 2002-11/txt/msg00221.txt.bz2 Hello Gurus :-) Is this understood correctly? : When I build the GDB I need to specify a target and a host. The host being the PC I use to run the GDB and the target being the target I wish to debug remotely?. If it is : Suppose I wish to use a TIC54x target which is supported by the GDB (Me think) - What do I need to do to make this my target at build time?. When this is setup, and the GDB's host is different from it's target, does it expect to debug remotely? - Obviously it can't run it on host, because the code is target specific? Am I way off here?. Please Help! Best Regards James Sampson