User forums > Help

No stdlib, custom startup code - GDB doesn't work

<< < (3/4) > >>

stahta01:
MinGW64 official site https://www.mingw-w64.org/downloads/ I saw no mention by the GCC Official Site.

Tim S.

Mr.Madguy:
What disappoints me - is how harder development is due to paranoid anit-viruses. After just several days of development my 3kb code, that does nothing, is already treated as some scary Trojan:Win32/Qakbot.FA!MTB. Is any program, that uses LoadLibrary and GetProcAddress automatically treated as virus? Objdump doesn't show anything suspicious. Only my code, that should be there.

nenin:

--- Quote from: Mr.Madguy on April 13, 2023, 07:47:13 pm ---I'm new to this software. Where it's safe to download it?

--- End quote ---
1. https://github.com/niXman/mingw-builds-binaries - it might  be considered like "original/official". It is continuation of the SourceForge  https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/
2. https://winlibs.com/ - a lot of versions, but "old" gdb were  built without python support.   
Separated gdb, best I found: https://github.com/ssbssa/gdb/
Just in case: you can use 64b CB with 64b gdb with 32b code.
Also "heavy likely" that you should use sjlj version, if you want to build for exotic platform.

Mr.Madguy:

--- Quote from: nenin on April 23, 2023, 10:57:31 am ---Just in case: you can use 64b CB with 64b gdb with 32b code.

--- End quote ---
I'm not sure about newer versions, but for old version I had to install 32bit gdb because breakpoints weren't working.

nenin:

--- Quote from: Mr.Madguy on April 23, 2023, 11:13:23 am ---I'm not sure about newer versions, but for old version I had to install 32bit gdb because breakpoints weren't working.

--- End quote ---
GDB64 start to support 32b code on Win since 11 (or10?) version. 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version