From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9674 invoked by alias); 14 Jan 2002 01:41:08 -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 9608 invoked from network); 14 Jan 2002 01:40:35 -0000 Received: from unknown (HELO centauri.ee.ucla.edu) (128.97.92.179) by sources.redhat.com with SMTP; 14 Jan 2002 01:40:35 -0000 Received: from ee.ucla.edu (localhost [127.0.0.1]) by centauri.ee.ucla.edu (8.8.8+Sun/8.8.8(ee-0002)) with ESMTP id RAA08554 for ; Sun, 13 Jan 2002 17:40:30 -0800 (PST) Message-ID: <3C42370E.A77C10F6@ee.ucla.edu> Date: Sun, 13 Jan 2002 17:41:00 -0000 From: Vlasios Tsiatsis Organization: UCLA EE Dept. X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Intel Xscale gdb Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00141.txt.bz2 Hi all. I have a question about the source code of the Intel Xscale gdb residing in the GNUPro toolkit source bundle. I downloaded both versions (010413 and 010827) of the source code from Intel's website (http://developer.intel.com/design/intelxscale/dev_tools/010827/) and tried to build them on a RedHat Linux 7.1 machine (kernel 2.4.2-2, processor i686, gcc version 2.96). I am having problems compiling the gdb sources because of an error in the directory src/gdb/i386-linux-nat.c line 102. A data type called "gregset_t" is not declared anywhere in any header file and this results in a compilation error. I can see that the "configure" program (in the gdb directory) checks whether this type is declared in and it cannot find the type gregset_t in this file. In the file the only type that is similar to gregset_t is called elf_gregset_t. Does anyone have any idea how to solve this problem ? thank you, vlassis