This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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: remote/2184: under MingW, cross compile with target=arm-gdb-elf


The following reply was made to PR remote/2184; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: hbguan@tom.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: remote/2184: under MingW, cross compile with target=arm-gdb-elf
Date: Wed, 11 Oct 2006 00:04:20 -0400

 On Wed, Oct 11, 2006 at 02:47:21AM -0000, hbguan@tom.com wrote:
 > >Release:        6.5, not release
 > >Organization:
 > >Environment:
 > host: Mingw /Windows XP with sp2
 > >Description:
 > under mingw envirment, compile gdb with target=arm-gdb-elf,
 > in file "Remote-rdp.c", line 334:
 >     ...
 >     sleep(3);
 >     ...
 >     
 > should be change to :
 > 	...
 >     Sleep(3);
 >     ...
 >     
 > because in mingw, should use windows API provide by mingw, no sleep(), we should call Sleep() instead.
 
 Thanks, this is already fixed in CVS - RDP support has been removed.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery


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