From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9705 invoked by alias); 12 Jun 2002 16:12:56 -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 9696 invoked from network); 12 Jun 2002 16:12:55 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 12 Jun 2002 16:12:55 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C7B7A3C93; Wed, 12 Jun 2002 12:12:56 -0400 (EDT) Message-ID: <3D077308.1060708@cygnus.com> Date: Wed, 12 Jun 2002 09:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vinayak P Risbud Cc: gdb@sources.redhat.com Subject: Re: gdb compilation problem References: <3D070E2D.199629C8@multitech.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00096.txt.bz2 > -- Forgot to mention error line numbers > > Hi, > I am trying to compile, gdb for arm-elf target > on RedHat linux 7.1-kernel 2.4.2-2 > > while compiling devsw.c (gdb-5.0/gdb/rdi-share/devsw.c) > I am getting an error > > devsw.c : In function `openLogFile` > devsw.c : 39 : storage size of `lt` isn't known > devsw.c : In function `closeLogFile` : > devsw.c : 69 : storage size of `lt` isn't known > > Can any one, help me in fixing this problem ? > > Thanks in advance > Vinayak > That is a very out-of-date version of GDB. Try downloading and building something more recent. See: http://sources.redhat.com/gdb/download/ (last release) http://sources.redhat.com/gdb/current/ (current development sources) Andrew