From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24743 invoked by alias); 6 Oct 2004 07:18:51 -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 24731 invoked from network); 6 Oct 2004 07:18:49 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 6 Oct 2004 07:18:49 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i967Illg021325 for ; Wed, 6 Oct 2004 09:18:48 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 06 Oct 2004 09:18:09 +0200 Message-Id: <5.2.0.9.1.20041006091548.01cf2400@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Wed, 06 Oct 2004 08:35:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: cvs compile problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-10/txt/msg00113.txt.bz2 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