Author Topic: start debugger: failed  (Read 8442 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
start debugger: failed
« on: March 30, 2006, 04:01:33 pm »
Hallo ich nutze folgende Version
Code::Blocks 1.0 revision 2062 Build: Feb 23 2006, 03:02:53 - wx2.6.2 (Windows, ANSI)
unter Win98se.

Habe ein paar Breakpoints gesetzt und mit F8 versucht zu debuggen.

Diese Meldung kommt zwei Mal:
Die Datei PSAPI.DLL ist verknüpft mit dem fehlenden Export-NTDLL.DLL:NtAllocateVirtualMemory.

Leider gibt es noch kein akutelleres ansi-build, daher kann ich den Fehler nicht mit der neusten C::B version testen.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: start debugger: failed
« Reply #1 on: March 30, 2006, 04:39:45 pm »
Hallo ich nutze folgende Version
Code::Blocks 1.0 revision 2062 Build: Feb 23 2006, 03:02:53 - wx2.6.2 (Windows, ANSI)
unter Win98se.

Habe ein paar Breakpoints gesetzt und mit F8 versucht zu debuggen.

Diese Meldung kommt zwei Mal:
Die Datei PSAPI.DLL ist verknüpft mit dem fehlenden Export-NTDLL.DLL:NtAllocateVirtualMemory.

Leider gibt es noch kein akutelleres ansi-build, daher kann ich den Fehler nicht mit der neusten C::B version testen.
Hmm... you know only about 10% of our community speak German ;)

Anyway, this PSAPI.DLL message is displayed by GDB, I suspect (what version, btw?)?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: start debugger: failed
« Reply #2 on: March 30, 2006, 04:52:10 pm »
In the likely case that you use gdb 5.x, upgrading to 6.x will solve the problem, as stated here:
http://sourceforge.net/mailarchive/forum.php?forum_id=5121&max_rows=25&style=nested&viewmonth=200503
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: start debugger: failed
« Reply #3 on: March 30, 2006, 05:04:26 pm »
In the likely case that you use gdb 5.x, upgrading to 6.x will solve the problem, as stated here:
http://sourceforge.net/mailarchive/forum.php?forum_id=5121&max_rows=25&style=nested&viewmonth=200503

I am not sure which gdb version I use. I only installed the below described C::B version. There is a gdb.exe in the ...\codeblocks\bin directory. I can not ask it for its version by commandline because there is the same error message.

How can I upgrade this gdb.exe without crashing my hole C::B installation?

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: start debugger: failed
« Reply #4 on: March 30, 2006, 05:12:06 pm »
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: start debugger: failed
« Reply #5 on: March 30, 2006, 06:26:33 pm »
gdb-6.3-2.tar.bz2

Da es sich um ein bz2-file handelt, nehme ich an es sind unix-binaries?

In dem directory konnte ich nur ein weiteres gdb-6.3-2 finden. Die ist eine exe, aber nur ein drittel so groß, wie das von dir gelinkte bz2 file. Dürfte also auch nicht passend sein.

Wo finde ich gdb für Win98se?

Aus diesem directorylisting heraus konnte ich keine projekt-seite finden. Ist sehr ungünstig gelöst bei SF. In der suche finde ich natürlich dutzende mingw projekte. Welches ist da wohl das richtige?

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: start debugger: failed
« Reply #6 on: March 30, 2006, 06:32:35 pm »
The .tar.bz2 file is the uncompiled sources; gdb-6.3-2.exe is a Windows installer and should be suitable for you.

All the various packages associated with MinGW are linked from the MinGW download page.
« Last Edit: March 30, 2006, 06:40:29 pm by TDragon »
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: start debugger: failed
« Reply #7 on: March 30, 2006, 06:34:08 pm »
gdb-6.3-2.tar.bz2

Da es sich um ein bz2-file handelt, nehme ich an es sind unix-binaries?
...

You 've been told once already: we use English in this forum.
Be patient!
This bug will be fixed soon...

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: start debugger: failed
« Reply #8 on: March 30, 2006, 06:40:38 pm »
You 've been told once already: we use English in this forum.

Sorry, switching between so much boards, groups and languages...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: start debugger: failed
« Reply #9 on: March 30, 2006, 07:30:43 pm »
Da es sich um ein bz2-file handelt, nehme ich an es sind unix-binaries?
<span lang="en">No. There are no MinGW Unix binaries. MinGW is Minimal Gnu for Windows</span>

Quote
In dem directory konnte ich nur ein weiteres gdb-6.3-2 finden. Die ist eine exe, aber nur ein drittel so groß, wie das von dir gelinkte bz2 file. Dürfte also auch nicht passend sein.
<span lang="en">The above URL points to gdb-6.3.2 for Windows located at Mesh/Düsseldorf, which is the closest mirror to your location. However, you are of course free to choose any other version or mirror (go to the MinGW home page, and follow the link "downloads").</span>

Quote
Wo finde ich gdb für Win98se?
<span lang="en">As far as I remember gdb 6.3 is the first version to support Windows98, but I may be wrong, it could be 6.4, too.</span>

Quote
Aus diesem directorylisting heraus konnte ich keine projekt-seite finden. Ist sehr ungünstig gelöst bei SF. In der suche finde ich natürlich dutzende mingw projekte. Welches ist da wohl das richtige?
<span lang="en">Really? I was not aware that there are so many MinGW projects. The correct project page is http://www.mingw.org/ which is also the first hit in google.</span>

<strong lang="en">With respect for 90% of our forum users, please post in English. Thank you.</strong>

Edit:
Quote
The .tar.bz2 file is the uncompiled sources; gdb-6.3-2.exe is a Windows installer and should be suitable for you.
Nope, the one I linked to is a binary. The source tarball is labelled -src.
But anyway, he can as well use the installer, it doesn't matter really ;)
« Last Edit: March 30, 2006, 07:32:56 pm by thomas »
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: start debugger: failed
« Reply #10 on: March 30, 2006, 07:51:19 pm »
Nope, the one I linked to is a binary. The source tarball is labelled -src.
But anyway, he can as well use the installer, it doesn't matter really ;)
Nope, the one you linked to is a 12.3 MB source tarball. :?
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)