This is the mail archive of the gdb@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: Windows build cookbook


> Date: Sun, 31 Jul 2011 20:35:42 +0800
> From: asmwarrior <asmwarrior@gmail.com>
> CC: tromey@redhat.com, gdb@sourceware.org
> 
> On 2011-7-31 13:40, Eli Zaretskii wrote:
> > Looking at your page, I see the following differences between your
> > recommended setup and what I used:
> >
> >   . You use a mingw-w64 version of MSYS, while I used the 32-bit
> >     version (as my machine is a 32-bit one).
> There is not such "mingw-w64 MSYS", all the MSYS is 32bit.
> look at the folder of the link, the link name is:
> External binary packages (Win64 hosted)
> which means all the packages is from other site, and only hosted on the 
> mingw64 site.
> So, the MSYS package was took from the official MSYS site. (as the 
> official MSYS installer use the MinGW-get to fetch all the tools and 
> libraries. Some developer of MinGW64 project just put a full MSYS 
> package contains all the MSYS tools, and put it in the MinGW64 site)
> In-fact, I use Windows XP 32bit too. I do not have a 64bit Windows system.
> 
> >   . You mounted the root directory of the MinGW installation on /mingw,
> >     while I didn't (I thought the fact that its bin/ subdirectory being
> >     on PATH will do the job).
> That's the official way of using MinGW compiler suite under MSYS, 
> because the path "/mingw" will have the highest priority on the MSYS's 
> search path. If you have many MinGW pathes on your Windows PATH 
> variable, that maybe cause some problem.:-)

Thanks.

It turned out my problems were transient, due to some unknown factor,
because after restarting the machine, a fresh build ran successfully
to completion (module 2 issues that I will be reporting on gdb-patches
shortly).

Sorry for the noise, and thanks for your help.


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