From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28520 invoked by alias); 20 Nov 2002 07:19:31 -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 28487 invoked from network); 20 Nov 2002 07:19:30 -0000 Received: from unknown (HELO postfix2.ofir.com) (193.0.243.237) by sources.redhat.com with SMTP; 20 Nov 2002 07:19:30 -0000 Received: from webmail5.ofir.dk (unknown [192.168.197.25]) by postfix2.ofir.com (Postfix) with ESMTP id 7D6252903B; Wed, 20 Nov 2002 08:44:46 +0100 (CET) X-WM-Posted-At: webmail5.ofir.dk; Wed, 20 Nov 02 08:19:25 +0100 Date: Tue, 19 Nov 2002 23:19:00 -0000 From: James Sampson To: Andrew Cagney , GDB Archive X-EXP32-SerialNo: 00002117 Subject: RE: Adding a target at build? Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20021120074446.7D6252903B@postfix2.ofir.com> X-SW-Source: 2002-11/txt/msg00241.txt.bz2 >As far as I know, no one has implemented a TIC54x target for GDB. >(if it was implemented, it would be configured using something like: >--target=--target=tic54x). I just found a coff-tic54x.c file in the BFD library - I just made an honest guess, that it might be used to read C54x COFF files. Does anybody know how to use this? - I need to setup my target and really don't know how... Is there a list of targets somewhere?. >> 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? > >Either remotely, or with a built-in simulator. OK - Starting to make sense :-D. But how do I load the target specific file into the GDB? - Again I need to setup my target, but how?. >> Am I way off here?. > >nope :-) Cool ;-). Still feel a bit lost though... /JS