From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11340 invoked by alias); 2 May 2005 14:28:06 -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 11261 invoked from network); 2 May 2005 14:28:00 -0000 Received: from unknown (HELO ceres.inf.ufsc.br) (150.162.60.5) by sourceware.org with SMTP; 2 May 2005 14:28:00 -0000 Received: from localhost (localhost.inf.ufsc.br [127.0.0.1]) by ceres.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id D061C2EB1F for ; Mon, 2 May 2005 11:27:58 -0300 (BRT) Received: from ceres.inf.ufsc.br ([127.0.0.1]) by localhost (ceres.inf.ufsc.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87624-05 for ; Mon, 2 May 2005 11:27:57 -0300 (BRT) Received: from wmail.inf.ufsc.br (localhost.inf.ufsc.br [127.0.0.1]) by ceres.inf.ufsc.br (Departamento de Informatica e Estatistica (INE/CTC/UFSC)) with ESMTP id 698DA2EB13 for ; Mon, 2 May 2005 11:27:57 -0300 (BRT) Received: from 150.162.60.164 (SquirrelMail authenticated user neuwald) by wmail.inf.ufsc.br with HTTP; Mon, 2 May 2005 11:27:57 -0300 (BRT) Message-ID: <2061.150.162.60.164.1115044077.squirrel@wmail.inf.ufsc.br> Date: Mon, 02 May 2005 14:28:00 -0000 Subject: Insight build error in the gdb for mips simulator From: neuwald@inf.ufsc.br To: gdb@sources.redhat.com User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-05/txt/msg00013.txt.bz2 > Hi, > > I'm building tools for run application on mips simulator. I compiled > binutils and gcc in accordance with: > http://ecos.sourceware.org/tools/win-mips-tx39-elf.html. I compiled > insight 5.1a and when I used make utility, I got the following error: > > make[3]: Entering directory `/tmp/build/gdb/sim/igen' > gcc -c -g -O2 -I. -I/src/gdb/insight-5.1a/sim/igen > -I/src/gdb/insight-5.1a/sim > /igen/../../include -O0 /src/gdb/insight-5.1a/sim/igen/lf.c > /src/gdb/insight-5.1a/sim/igen/lf.c:261:27: missing terminating " character > /src/gdb/insight-5.1a/sim/igen/lf.c: In function `lf_print__gnu_copyleft': > /src/gdb/insight-5.1a/sim/igen/lf.c:264: error: parse error before > "Copyright" > /src/gdb/insight-5.1a/sim/igen/lf.c:264: error: syntax error at '@' token > /src/gdb/insight-5.1a/sim/igen/lf.c:266: error: `you' undeclared (first > use in t > his function) > /src/gdb/insight-5.1a/sim/igen/lf.c:266: error: (Each undeclared > identifier is r > eported only once > /src/gdb/insight-5.1a/sim/igen/lf.c:266: error: for each function it > appears in. > ) > /src/gdb/insight-5.1a/sim/igen/lf.c:268: error: `either' undeclared (first > use i > n this function) > /src/gdb/insight-5.1a/sim/igen/lf.c:272: error: `without' undeclared > (first use > in this function) > /src/gdb/insight-5.1a/sim/igen/lf.c:283:1: missing terminating " character > make[3]: *** [lf.o] Error 1 > make[3]: Leaving directory `/tmp/build/gdb/sim/igen' > make[2]: *** [../igen/igen] Error 2 > make[2]: Leaving directory `/tmp/build/gdb/sim/mips' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/tmp/build/gdb/sim' > make: *** [all-sim] Error 2 > make: Leaving directory `/tmp/build/gdb' > > Can anybody help me how to solve this error? > Regards, > Evandro