Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Porting GDB-5 to native Windows (using MINGW32)...
@ 2001-06-07  7:01 Joel Brobecker
  2001-06-07  7:40 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2001-06-07  7:01 UTC (permalink / raw)
  To: gdb

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-07  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-07  7:01 Porting GDB-5 to native Windows (using MINGW32) Joel Brobecker
2001-06-07  7:40 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox