From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29529 invoked by alias); 26 Nov 2002 08:15:19 -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 29522 invoked from network); 26 Nov 2002 08:15:17 -0000 Received: from unknown (HELO postfix2.ofir.com) (193.0.243.237) by sources.redhat.com with SMTP; 26 Nov 2002 08:15:17 -0000 Received: from webmail5.ofir.dk (unknown [192.168.197.25]) by postfix2.ofir.com (Postfix) with ESMTP id 87BD12D6E9; Tue, 26 Nov 2002 09:41:43 +0100 (CET) X-WM-Posted-At: webmail5.ofir.dk; Tue, 26 Nov 02 09:14:41 +0100 Date: Tue, 26 Nov 2002 00:15:00 -0000 From: James Sampson To: Andrew Cagney Cc: GDB Archive X-EXP32-SerialNo: 00002117 Subject: RE: Porting GDB - Where to start? Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20021126084143.87BD12D6E9@postfix2.ofir.com> X-SW-Source: 2002-11/txt/msg00364.txt.bz2 >> It's an ELF port, but xstormy16 is still probably your best bet. > >Yes. > >(GDB ports are object file netural. Handling elf, xcoff, coff, ... is a >bfd problem and as long as BFD can handle it, so can GDB. The only >potential got-ya is the debug info, use GCC and you should be safe >there.) Ok then :-) A couple of questions: 1. Why is xstormy16 the best place to start?. 2. Since I can't use GCC to make target specific code for a C55x I must use CCS (Code Composer Studio) from TI. What could a "got-ya" be?. Best Regards James