This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: problem in building Insight debugger


Hi Keith,
I have built the latest version of gdb. Facing the following error while debugging with montavista gdbserver.
Any idea on how to fix this ? 

O:\space\__insight_MontaVistaMips32_Debug\insightdebugger\bin>mips2_fp_le-gdb.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 <http://gnu.org/licenses/gpl.html>
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=i686-pc-cygwin --target=mips2_fp_le".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(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] 
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 
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. 
This is required to build a snapshot.

If this isn't the problem you have afterall, then you must send the 
actual error message.

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]