From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23915 invoked by alias); 4 Aug 2004 08:41:13 -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 23883 invoked from network); 4 Aug 2004 08:41:10 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 4 Aug 2004 08:41:10 -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 i748f8JD016513 for ; Wed, 4 Aug 2004 10:41:09 +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, 04 Aug 2004 10:39:53 +0200 Message-Id: <5.2.0.9.1.20040804083024.01bbb7a0@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Wed, 04 Aug 2004 08:41:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: Compiling error 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-08/txt/msg00020.txt.bz2 Hi I'm new to the list and also quite new to gdb. I'm trying to use gdb to work with an embedded PPC board. After some useless fiddling around it finally came to my mind that I need to compile my own gdb which works with --target=powerpc-elf32. I have MSYS/MinGW/Cygwin. Configure went ok. But make gives this: make[1]: Entering directory `/home/Fabi/gdb-6.1.1/ppc/readline' rm -f rltty.o gcc -c -DHAVE_CONFIG_H -I. -I../../gdb-6.1.1/readline -DRL_LIBRARY_VERSION='"4.3"' -g -O2 ../../gdb-6.1.1/readline/rltty.c In file included from ../../gdb-6.1.1/readline/rltty.c:44: ../../gdb-6.1.1/readline/rltty.h:42:21: sgtty.h: No such file or directory ../../gdb-6.1.1/readline/rltty.c:166: field `sgttyb' has incomplete type ../../gdb-6.1.1/readline/rltty.c:175: confused by earlier errors, bailing out make[1]: *** [rltty.o] Error 1 make[1]: Leaving directory `/home/Fabi/gdb-6.1.1/ppc/readline' make: *** [all-readline] Error 2 I couldn't find this sgtty.h neither in gdb nor in MSYS, MinGW or Cygwin. What else do I need to compile gdb on Windows? Or should I take the DJGPP road? Thanks bye Fabi