News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

GDB troubles on Windows x64

Started by rean, July 29, 2005, 02:28:57 PM

Previous topic - Next topic

rean

Hi!

I installed Windows x64 to develop native x64 applications using C::B and Platform SDK.
All compilers from PSDK work correctly and C::B works fine, but it cannot debug
GCC-based applications.

The log is:

> directory D:/Dev/empty/prj/
> file ../bin/x86-gcc-deb.exe
> cd ../bin
> delete
> set confirm off
> set disassembly-flavor intel
> run
pre-prompt
prompt
post-prompt
pre-prompt
prompt
post-prompt
breakpoints-invalid
frames-invalid
pre-prompt
prompt
post-prompt
pre-prompt
prompt
post-prompt
pre-prompt
prompt
post-prompt
pre-prompt
prompt
post-prompt
pre-prompt
prompt
post-prompt
frames-invalid
error
error-begin
Error: dll starting at 0x78d41000 not found.
frames-invalid


Than it crashes.

It is very strange, because I can use GDB in command line mode or over Insight
without any problem.

I tryed C::B with Mingw included with new GDB, but it cannot work, too.

Please help.