From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30747 invoked by alias); 26 Sep 2007 06:29:29 -0000 Received: (qmail 30737 invoked by uid 22791); 26 Sep 2007 06:29:29 -0000 X-Spam-Check-By: sourceware.org Received: from sohm.kpit.com (HELO sohm.kpit.com) (203.197.93.231) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Sep 2007 06:29:26 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: error message : I'm sorry, Dave, I can't do that.Symbolformat 'elf32-xc16x' unknown. Date: Wed, 26 Sep 2007 07:36:00 -0000 Message-ID: <7B5265FF85A78C4BB9DAD0EE699C476002B730EC@sohm.kpit.com> From: "Bhushan Attarde" To: "Daniel Jacobowitz" , Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00212.txt.bz2 >>Is it in libbfd.a? What does gdb/config.log say about it? I checked libbfd.a by=20=20 $ nm libbfd.a | grep bfd_get_elf_phdr_upper_bound ..... ..... elf.o: 00000000 b .bss 00000000 d .data 00000000 r .rdata 00000000 t .text .... .... 00009231 T _bfd_get_elf_phdr_upper_bound =09=09 Then in gdb/config.log I found many undefined references & failed programs. Please find attached config.log file to have closer look.=20=20=20=20=20=20 =09 --Bhushan Attarde -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org]=20 Sent: Monday, September 24, 2007 4:38 PM To: Bhushan Attarde Cc: gdb@sourceware.org Subject: Re: error message : I'm sorry, Dave, I can't do that.Symbolformat 'elf32-xc16x' unknown. On Mon, Sep 24, 2007 at 03:37:50PM +0530, Bhushan Attarde wrote: > but I didn't find this function in any of the processor specific file so > I am little confused where to add this function to work for our target. Is it in libbfd.a? What does gdb/config.log say about it? --=20 Daniel Jacobowitz CodeSourcery