This is the mail archive of the gdb-patches@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]

Broken build of gdb with gcc 4.5 and inoperable x64 windows gdb


Hello,

I tried to build today my regular regression test of gdb and x64
windows target. First I noticed, that for gcc 4.5 there are some build
failures due to different enum types in comparison (I will sent a
patch for this soon). Secondly after building gdb (which was
successful), I tried to use it. But it seems to be broken, as it is
not able to open (find?) any specified executables anymore. The only
message I see by starting gdb via
'~/source/gdb/src/build_w64/gdb/gdb.exe --args ./tst.exe' is:

GNU gdb (GDB) 6.8.50.20090726-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
./tst.exe: No such file or directory.
(gdb)

Has somebody an idea what is getting broken here, because in the past
gdb was able to load x64 executables pretty well?

Thanks,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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