From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14514 invoked by alias); 20 Jul 2009 07:16:57 -0000 Received: (qmail 14501 invoked by uid 22791); 20 Jul 2009 07:16:55 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from be1ssnxpe1.nxp.com (HELO be1ssnxpe1.nxp.com) (57.67.164.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Jul 2009 07:16:48 +0000 Received: from EU1RDCRDC1VW025.exi.nxp.com ([134.27.176.170]) by be1ssnxpe1.nxp.com (8.14.3/8.14.3) with ESMTP id n6K7F2VP009343 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 20 Jul 2009 09:15:02 +0200 Received: from EU1RDCRDC1WX029.exi.nxp.com ([134.27.176.238]) by EU1RDCRDC1VW025.exi.nxp.com ([134.27.176.170]) with mapi; Mon, 20 Jul 2009 09:16:25 +0200 From: Ramaraju G To: Keith Seitz CC: "insight@sourceware.org" Date: Mon, 20 Jul 2009 07:16:00 -0000 Subject: RE: problem in building Insight debugger Message-ID: References: <24353378.post@talk.nabble.com> <4A521C84.5030506@redhat.com> <4A60D3B3.4030007@redhat.com> <4A60E5AE.7020809@redhat.com> In-Reply-To: <4A60E5AE.7020809@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2009-07-19_02:2009-07-03,2009-07-19,2009-07-17 signatures=0 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00025.txt.bz2 Hi Keith, I have built the latest version of gdb. Facing the following error while de= bugging with montavista gdbserver. Any idea on how to fix this ?=20 O:\space\__insight_MontaVistaMips32_Debug\insightdebugger\bin>mips2_fp_le-g= db.ex e /cygdrive/y/philips/apps/amApp GNU gdb (GDB) 6.8.50.20090427-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=3Di686-pc-cygwin --target=3Dmips2_fp_le". For bug reporting instructions, please see: ... (gdb) cd y: Working directory /cygdrive/y. (gdb) set solib-absolute-prefix . (gdb) target remote 192.168.12.162:1000 Remote debugging using 192.168.12.162:1000 0x2aaa8830 in __start () from ./lib/ld.so.1 (gdb) c Continuing. Malformed packet(b) (missing colon): ;25:bcc9d62a;1d:f82aa57f;thread:eb; Packet: 'TR237;25:bcc9d62a;1d:f82aa57f;thread:eb;' regards, raju -----Original Message----- From: Keith Seitz [mailto:keiths@redhat.com]=20 Sent: 2009 Jul 18 2:27 AM To: Ramaraju G Cc: insight@sourceware.org Subject: Re: problem in building Insight debugger On 07/17/2009 12:40 PM, Keith Seitz wrote: > You haven't left me enough of the build output to actually see the error.= .. Cincidentally enough, I just ran into this on my own, newly installed=20 Fedora 11 system. I think this is probably your problem: WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. make[2]: *** [bfd.info] Error 1 As the warning suggests, you must have the texinfo package installed.=20 This is required to build a snapshot. If this isn't the problem you have afterall, then you must send the=20 actual error message. Keith