From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12382 invoked by alias); 16 Jan 2002 06:25:48 -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 12349 invoked from network); 16 Jan 2002 06:25:41 -0000 Received: from unknown (HELO centauri.ee.ucla.edu) (128.97.92.179) by sources.redhat.com with SMTP; 16 Jan 2002 06:25:41 -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 WAA17304 for ; Tue, 15 Jan 2002 22:25:41 -0800 (PST) Message-ID: <3C451CE4.2F06104C@ee.ucla.edu> Date: Tue, 15 Jan 2002 22:25: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=iso-8859-7 Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00172.txt.bz2 Hi all! I am reposting this problem in case someone can help me. 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 have tried to build them on RedHat Linux 6.2 machine with egcs-2.91.66 but i had no luck. 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