From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 646 invoked by alias); 18 Mar 2002 19:02:38 -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 481 invoked from network); 18 Mar 2002 19:02:25 -0000 Received: from unknown (HELO external.zumanetworks.com) (64.161.185.13) by sources.redhat.com with SMTP; 18 Mar 2002 19:02:25 -0000 Received: from msmail.win.zumanetworks.com by external.zumanetworks.com via smtpd (for sources.redhat.com [209.249.29.67]) with SMTP; 18 Mar 2002 19:02:25 UT Received: from there ([10.1.1.72]) by msmail.win.zumanetworks.com with Microsoft SMTPSVC(5.0.2195.2966); Mon, 18 Mar 2002 11:02:25 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Niraj Gupta To: gdb@sources.redhat.com Subject: compile issues with target=powerpc-linux Date: Mon, 18 Mar 2002 11:02:00 -0000 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: X-OriginalArrivalTime: 18 Mar 2002 19:02:25.0053 (UTC) FILETIME=[70D28CD0:01C1CEAF] X-SW-Source: 2002-03/txt/msg00167.txt.bz2 i am trying to copile for target=powerpc-linux on intel platform and getting this error gcc -c -g -O2 -DDEFAULT_INLINE=PSIM_INLINE_LOCALS -DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN -DWITH_SMP=5 -DHAVE_TERMIOS_STRUCTURE -DHAVE_TERMIOS_CLINE -DHAVE_DEVZERO -I. -I../../../src/sim/ppc -I../../../src/sim/ppc/../../include -I../../bfd -I../../../src/sim/ppc/../../bfd -I../../gdb -I../../../src/sim/ppc/../../gdb -I../../../src/sim/ppc/../../gdb/config -I../../../src/sim/ppc/../../mmalloc ../../../src/sim/ppc/main.c targ-map.c is unchanged In file included from ../../../src/sim/ppc/sim_calls.c:43: ../../../src/sim/ppc/../../gdb/defs.h:43: gdb/signals.h: No such file or directory i have tried cvs update and cvs update -AP and some how i don't see this file coming in, has anybody else run into this problem. niraj