From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3272 invoked by alias); 8 Sep 2006 01:27:35 -0000 Received: (qmail 3262 invoked by uid 22791); 8 Sep 2006 01:27:35 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Sep 2006 01:27:31 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id A6C5A26DE9; Thu, 7 Sep 2006 18:27:30 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04182-07-15; Thu, 7 Sep 2006 18:27:29 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id A2AB526DDE; Thu, 7 Sep 2006 18:27:29 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Error running remote gdb Date: Fri, 08 Sep 2006 01:27:00 -0000 Message-ID: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EA94@ussunex01.palmsource.com> References: From: "Michael Snyder" To: "Bizhan Gholikhamseh (bgholikh)" Cc: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00051.txt.bz2 > Here is how we build the gdb in our environment: > First we edit the config.cache.emb file with the following statement: > ac_cv_header_sys_reg_h=3D${ac_cv_header_sys_reg_h=3Dno} > ac_cv_lib_ncurses_tgetent=3D${ac_cv_lib_ncurses_tgetent=3Dyes} > srv_cv_thread_db=3D${srv_cv_thread_db=3D"-lthread_db"} Well, there is no file "config.cache.emb" in the public distro nor in the fsf gdb repository, so who did you get that file from? > Second we run the configure command as below: > sh configure --prefix=3D/usr --cache-file=3Dconfig.cache.emb > --target=3Dpowerpc-linux-gnuspe --disable-sim ... and there is no target containing the string "gnuspe" in any of our configure files. >> By the way, what does "powerpc-linux-gnuspe"... mean? > Our platform is based on MPC8541 powerpc processor from freescale. > All of our toolchain have > The "powerpc-linux-gnuspe" prefix for example the C compiler is: > Powerpc-linux-gnuspe-gcc Ah. Well then, I assume these tools must have come from Freescale. That's probably who you should be talking to. This toolchain is not in our version of gdb at all.