From: Joel Brobecker <brobecker@act-europe.fr>
To: gdb@sources.redhat.com
Subject: Porting GDB-5 to native Windows (using MINGW32)...
Date: Thu, 07 Jun 2001 07:01:00 -0000 [thread overview]
Message-ID: <20010607160117.C24677@act-europe.fr> (raw)
We are facing many problems to port GDB 5 under Windows using the MINGW32
environment.
Here are the two main problems we have identified:
1) GDB-5 event loop.
This part of the code is really UNIX oriented and will be quite difficult
to port to native Windows platforms. The main problem is the use of a
select statement on files descriptors. The select C routine under Windows
works only on socket.
2) readline module
The readline module uses some libraries not ported to Windows.
For example it uses needs <termios.h>, <termio.h> or <sgtty.h> this is not
available with GCC under Windows. It needs also <pwd.h> which is
missing. This one should not be to hard to implement though.
Maybe there is others issues that we have not yet identified but at least
these one are really hard to workaround. This means that we have not been able
to build GDB 5 under Windows.
Is there any patch already available that fix that ?
What is the plan about support of GDB 5 under native Windows ?
Do you know of other problems to port GDB-5 under Windows ?
We have eard of a readline port available on the net, do you expect this one
to be ok to build GDB-5 ? Have anybody tried it ?
Thanks.
--
Joel
next reply other threads:[~2001-06-07 7:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-07 7:01 Joel Brobecker [this message]
2001-06-07 7:40 ` 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=20010607160117.C24677@act-europe.fr \
--to=brobecker@act-europe.fr \
--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