User forums > General (but related to Code::Blocks)

Latest msys2/mingw64's gdb failed to start under Windows 7 and its solution

<< < (3/4) > >>

ollydbg:

--- Quote from: nenin on October 27, 2023, 07:21:30 am ---
--- Quote from: ollydbg on October 27, 2023, 01:30:52 am ---I don't want to blame msys2 developers to drop supporting win7, because they supply us so many useful library packages and compilers.

About the gdb,  I use gdb Python pretty printer when debugging.

--- End quote ---
Do you have ucrt installed? I`m asking because such named dlls are present in ucrt, so may be there are less "hack-like" solution.

--- End quote ---

I don't use ucrt library, I think it doesn't work under Windows 7.  :)

Look at this: MSYS2: What's the difference between UCRT 64 and x64?

Am I correct?

omlk:

--- Quote from: ollydbg on October 27, 2023, 01:30:52 am ---I don't want to blame msys2 developers to drop supporting win7, because they supply us so many useful library packages and compilers.

About the gdb,  I use gdb Python pretty printer when debugging.

--- End quote ---
That is, in order to conveniently output data specifically for "c++" ("c" does not apply), you need python, is it impossible to write in "c++" a python script replacement for data output in codeblocks? Of course, "c++" can't help but create problems on the same place :( Drags python, which in turn destroys support for XP, 7 and later 8, 10, etc. The best thing to do is to compile gdb without compiled python support (let python free-swim) and write programs in "c" and you will have no problems with supporting different versions of Windows starting with XP  ;)
We don't need crutches and dirty hacks.

* https://sourceware.org/gdb/wiki/

stahta01:

--- Quote from: ollydbg on October 27, 2023, 01:37:20 pm ---I don't use ucrt library, I think it doesn't work under Windows 7.  :)

Look at this: MSYS2: What's the difference between UCRT 64 and x64?

Am I correct?

--- End quote ---

IIRC, there is an UCRT download for Windows 7.
https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-322bf30f-4735-bb94-3949-49f5c49f4732

Tim S.

omlk:

--- Quote from: stahta01 on October 27, 2023, 03:38:24 pm ---
--- Quote from: ollydbg on October 27, 2023, 01:37:20 pm ---I don't use ucrt library, I think it doesn't work under Windows 7.  :)

Look at this: MSYS2: What's the difference between UCRT 64 and x64?

Am I correct?

--- End quote ---

IIRC, there is an UCRT download for Windows 7.
https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-322bf30f-4735-bb94-3949-49f5c49f4732

Tim S.

--- End quote ---
Have you checked if your option works? Did you just read the title of the post and immediately express your opinion on the forum?

stahta01:

--- Quote from: omlk on October 27, 2023, 03:50:27 pm ---
--- Quote from: stahta01 on October 27, 2023, 03:38:24 pm ---
--- Quote from: ollydbg on October 27, 2023, 01:37:20 pm ---I don't use ucrt library, I think it doesn't work under Windows 7.  :)

Look at this: MSYS2: What's the difference between UCRT 64 and x64?

Am I correct?

--- End quote ---

IIRC, there is an UCRT download for Windows 7.
https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-322bf30f-4735-bb94-3949-49f5c49f4732

Tim S.

--- End quote ---
Have you checked if your option works? Did you just read the title of the post and immediately express your opinion on the forum?

--- End quote ---

Have you read the rules?
Did you read the post I replied to?

If you did not the butt out; I am about to ask that you be banned!!

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version