From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11215 invoked by alias); 6 Oct 2004 13:19:16 -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 11205 invoked from network); 6 Oct 2004 13:19:13 -0000 Received: from unknown (HELO alice.acmet.com) (61.11.104.17) by sourceware.org with SMTP; 6 Oct 2004 13:19:13 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i96DPwh09341; Wed, 6 Oct 2004 18:55:58 +0530 From: "Monika Chaddha" To: "'Fabian Cenedese'" , Cc: Subject: RE: cvs compile problem Date: Wed, 06 Oct 2004 13:21:00 -0000 Message-ID: <005701c4aba6$db71ddd0$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <5.2.0.9.1.20041006091548.01cf2400@NT_SERVER> X-SW-Source: 2004-10/txt/msg00124.txt.bz2 I have tried to build gdb6.2.1 for --host=i686-pc-cygwin --target=powerpc-eabi I have not gotten any problem. I have not tried the current CVS version. The file 'ppc-instructions' which is producing error is same in the both 6.2.1 and in the current CVS version. Regards Monika >-----Original Message----- >From: gdb-owner@sources.redhat.com [mailto:gdb-owner@sources.redhat.com] On >Behalf Of Fabian Cenedese >Sent: Wednesday, October 06, 2004 12:49 PM >To: gdb@sources.redhat.com >Subject: cvs compile problem > >Hi > >I tried to compile gdb from cvs and got an error I can't solve >(--host=i686-pc-cygwin --target=powerpc-eabi): > >gcc -g -O -I. -I../../../gdb-cvs/sim/ppc -I../../../gdb- >cvs/sim/ppc/../../includ >e -I../../bfd -I../../../gdb-cvs/sim/ppc/../../bfd -I../../gdb - >I../../../gdb-cv >s/sim/ppc/../../gdb -I../../../gdb-cvs/sim/ppc/../../gdb/config -o tmp- >filter > -DMAIN ../../../gdb-cvs/sim/ppc/filter.c misc.o >./igen -E -F 32,f,o -CSRI 1024 -N 5 \ > -o ../../../gdb-cvs/sim/ppc/dc-complex \ > -I ../../../gdb-cvs/sim/ppc -i ../../../gdb-cvs/sim/ppc/ppc- >instructions > \ > -n icache.h -hc tmp-icache.h \ > -n icache.c -c tmp-icache.c \ > -n semantics.h -hs tmp-semantics.h \ > -n semantics.c -s tmp-semantics.c \ > -n idecode.h -hd tmp-idecode.h \ > -n idecode.c -d tmp-idecode.c \ > -n itable.h -ht tmp-itable.h \ > -n itable.c -t tmp-itable.c \ > -n model.h -hm tmp-model.h \ > -n model.c -m tmp-model.c \ > -n support.h -hf tmp-support.h \ > -n support.c -f tmp-support.c > -E > -F 32,f,o > -C > -S > -R > -I 1024 > -N 5 > -o ../../../gdb-cvs/sim/ppc/dc-complex > -I ../../../gdb-cvs/sim/ppc > -i ../../../gdb-cvs/sim/ppc/ppc-instructions >../../../gdb-cvs/sim/ppc/ppc-instructions:103: missing position field at >`do { \ >' >make[2]: *** [tmp-igen] Error 1 >make[2]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim/ppc' >make[1]: *** [all] Error 2 >make[1]: Leaving directory `/home/fabi/gcc_2_95_3___3/b-gdb/sim' >make: *** [all-sim] Error 2 > >Thanks > >bye Fabi >