From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2164 invoked by alias); 28 Jun 2005 13:30:49 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 1059 invoked by uid 22791); 28 Jun 2005 13:29:18 -0000 Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 28 Jun 2005 13:29:18 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1DnG96-00027v-00; Tue, 28 Jun 2005 15:29:00 +0200 Date: Tue, 28 Jun 2005 13:30:00 -0000 To: neuwald@inf.ufsc.br Cc: ecos-discuss@ecos.sourceware.org Message-ID: <20050628132900.GL11071@lunn.ch> Mail-Followup-To: neuwald@inf.ufsc.br, ecos-discuss@ecos.sourceware.org References: <20050627071918.GA11071@lunn.ch> <20050627193522.vwh13is64g04ko0k@webmail.inf.ufsc.br> <20050627234805.pnzj1jmccggsg84s@webmail.inf.ufsc.br> <20050628100759.k2aflvqmvkcw0c0o@webmail.inf.ufsc.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050628100759.k2aflvqmvkcw0c0o@webmail.inf.ufsc.br> User-Agent: Mutt/1.5.9i From: Andrew Lunn Subject: Re: [ECOS] GDB error X-SW-Source: 2005-06/txt/msg00272.txt.bz2 On Tue, Jun 28, 2005 at 10:07:59AM -0300, neuwald@inf.ufsc.br wrote: > Hello, > > I want install gdb-6.3 for mips-tx39-elf target, but when I used the comand > make: > > make -w all install CC='gcc -mwin32' 2>&1 | tee make.out > > I got the followin error: > > gcc -mwin32 -c -DHAVE_CONFIG_H -g -O2 -I. > -I/src/gdb/gdb-6.3/libiberty/../inclu > de -W -Wall -Wtraditional -pedantic > /src/gdb/gdb-6.3/libiberty/lrealpath.c -o l > realpath.o > /src/gdb/gdb-6.3/libiberty/lrealpath.c: In function `lrealpath': > /src/gdb/gdb-6.3/libiberty/lrealpath.c:140: error: `MAX_PATH' > undeclared (first > use in this function) > /src/gdb/gdb-6.3/libiberty/lrealpath.c:140: error: (Each undeclared > identifier i > s reported only once > /src/gdb/gdb-6.3/libiberty/lrealpath.c:140: error: for each function it > appears > in.) > /src/gdb/gdb-6.3/libiberty/lrealpath.c:142: error: `DWORD' undeclared > (first use > in this function) > /src/gdb/gdb-6.3/libiberty/lrealpath.c:142: error: parse error before "len" > /src/gdb/gdb-6.3/libiberty/lrealpath.c:143: error: `len' undeclared > (first use i > n this function) > /src/gdb/gdb-6.3/libiberty/lrealpath.c:150: warning: implicit > declaration of fun > ction `CharLowerBuff' > /src/gdb/gdb-6.3/libiberty/lrealpath.c:140: warning: unused variable `buf' > /src/gdb/gdb-6.3/libiberty/lrealpath.c:141: warning: unused variable > `basename' > make[1]: *** [lrealpath.o] Error 1 > make[1]: Leaving directory `/tmp/build/gdb/libiberty' > make: *** [all-libiberty] Error 2 > make: Leaving directory `/tmp/build/gdb' > > Can anybody help me to solve this error?? Probably, if you ask on the gdb mailling list. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss