Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Fabian Cenedese <Cenedese@indel.ch>
To: gdb@sources.redhat.com
Subject: Re: Compiling error
Date: Thu, 05 Aug 2004 09:48:00 -0000	[thread overview]
Message-ID: <5.2.0.9.1.20040805114320.01cdf4d8@NT_SERVER> (raw)
In-Reply-To: <5.2.0.9.1.20040805082831.01cd9590@NT_SERVER>


>>> I couldn't find this sgtty.h neither in gdb nor in MSYS, MinGW
>>> or Cygwin. What else do I need to compile gdb on Windows?
>>> Or should I take the DJGPP road?
>>
>>The DJGPP port will build, allright (provided that you follow the
>>instructions in gdb/config/djgpp/README), but the resulting gdb.exe
>>will be unable to debug anything but DJGPP programs.  So this is not
>>what you want.
>
>Even with DJGPP you can run configure and --target=powerpc-elf32
>seemed to work fine. There were some files missing from the official
>source package but after adding them make finished fine and produced
>a gdb.exe. But that didn't seem to work as expected (unknown symbol
>type when reading a symbol file, network didn't seem to work either).
>
>So if I need a cross-target gdb (running on win32, debugging ppc) is
>the MinGW variant the only one that works? I thought that there are
>also cygwin versions of gdb... but maybe only win32-win32.
>I found the sgtty.h, it's in the glibc, so it may work ok if I install that
>as well. But I first try the MinGW one.

So I tried (and fiddled a lot!) again with MSYS and MinGW and got
a gdb.exe. But it has the same problems as the one I built with DJGPP.

This is the official http://prdownloads.sf.net/mingw/gdb-5.2.1-1-src.tar.bz2,
configured with --target=powerpc-elf32.

GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-mingw32 --target=powerpc-elf32".
Setting up the environment for debugging gdb.
.gdbinit:5: Error in sourced command file:
No symbol table is loaded.  Use the "file" command.

(gdb) symbol-file n:/temp/ps2ism/ps2ism.x
Reading symbols from n:/temp/ps2ism/ps2ism.x...unknown symbol type 0x1e...done.

(gdb) target remote 127.0.0.1:10372
127.0.0.1:10372: Bad file descriptor.

So it doesn't seem to be able to read my binary (which the prebuilt gdb
has no problems with) and network seems also disfunctional. How can
I go on?

Thanks

bye  Fabi



  reply	other threads:[~2004-08-05  9:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-04  8:41 Fabian Cenedese
2004-08-04 16:38 ` Eli Zaretskii
2004-08-05  6:34   ` Fabian Cenedese
2004-08-05  9:48     ` Fabian Cenedese [this message]
2004-08-06  6:22       ` ser-win32.c (was Re: Compiling error) Fabian Cenedese
2004-08-06  8:27       ` Compiling error Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.2.0.9.1.20040805114320.01cdf4d8@NT_SERVER \
    --to=cenedese@indel.ch \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox