From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31053 invoked by alias); 2 May 2005 13:16:01 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 30941 invoked from network); 2 May 2005 13:15:48 -0000 Received: from unknown (HELO ceres.inf.ufsc.br) (150.162.60.5) by sourceware.org with SMTP; 2 May 2005 13:15:48 -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 B27182E6E5 for ; Mon, 2 May 2005 10:15:47 -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 74672-03 for ; Mon, 2 May 2005 10:15:46 -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 68DF62E368 for ; Mon, 2 May 2005 10:15:46 -0300 (BRT) Received: from 150.162.60.164 (SquirrelMail authenticated user neuwald) by wmail.inf.ufsc.br with HTTP; Mon, 2 May 2005 10:15:46 -0300 (BRT) Message-ID: <1923.150.162.60.164.1115039746.squirrel@wmail.inf.ufsc.br> Date: Mon, 02 May 2005 13:16:00 -0000 Subject: Insight build error From: neuwald@inf.ufsc.br To: insight@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-q2/txt/msg00016.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