From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4549 invoked by alias); 28 Jun 2005 02:48:08 -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 4533 invoked by uid 22791); 28 Jun 2005 02:48:03 -0000 Received: from ns2.inf.ufsc.br (HELO ceres.inf.ufsc.br) (150.162.60.5) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 28 Jun 2005 02:48:03 +0000 Received: from localhost (netuno.inf.ufsc.br [150.162.60.11]) by ceres.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id 03E672E394 for ; Mon, 27 Jun 2005 23:48:02 -0300 (BRT) Received: from netuno.inf.ufsc.br ([127.0.0.1]) by localhost (netuno [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17412-01 for ; Mon, 27 Jun 2005 23:47:59 -0300 (BRST) Received: from inf.ufsc.br (terra.inf.ufsc.br [150.162.60.10]) by netuno.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id BE08B113CB2 for ; Mon, 27 Jun 2005 23:47:59 -0300 (BRST) Received: from infd149.inf.ufsc.br (infd149.inf.ufsc.br [150.162.59.149]) by webmail.inf.ufsc.br (Horde MIME library) with HTTP for ; Mon, 27 Jun 2005 23:48:05 -0300 Message-ID: <20050627234805.pnzj1jmccggsg84s@webmail.inf.ufsc.br> Date: Tue, 28 Jun 2005 02:48:00 -0000 From: neuwald@inf.ufsc.br To: ecos-discuss@ecos.sourceware.org References: <20050627071918.GA11071@lunn.ch> <20050627193522.vwh13is64g04ko0k@webmail.inf.ufsc.br> In-Reply-To: <20050627193522.vwh13is64g04ko0k@webmail.inf.ufsc.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-5.4 Subject: [ECOS] GDB install error X-SW-Source: 2005-06/txt/msg00267.txt.bz2 Hello, I want install gdb-6.3 for mips-tx39-elf target, but when I used the make utility: 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?? Evandro -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss