tdm-gcc icon indicating copy to clipboard operation
tdm-gcc copied to clipboard

TDM-GCC is a cleverly disguised GCC compiler for Windows!

Results 30 tdm-gcc issues
Sort by recently updated
recently updated
newest added

I test tdm64-gcc-10.3.0-2.exe on Windows 7,gcc.exe is OK but gdb.exe cannot run because of missing api-ms-win-core-path-l1-1-0.dll.

Please update TDM-GCC, now the new version of gcc is 12.2.0.

Executable file generated after compiling C program with tdm64-gcc-10.3.0-2 is giving Unsupported 16-bit application error on windows 7 64bit os [Doc1.docx](https://github.com/jmeubank/tdm-gcc/files/9662286/Doc1.docx)

Is there a plan to support GCC 11? I hope you won't stop this project, any time soon.

This results in TDM and clang not working together in Windows(clang --target=x86_64-w64-mingw) I had to repackage using ar.exe Is this normal? or I don't have my clang configured properly

I have an application which compiled by TDM-GCC 10.3.0, and it use `LoadLibrary` to link a DLL. After the application run, it will crash. When debug it, cause SIGSEGV signal....

There is no LIBLD library. How can I add it? ``` C:\msys64\mingw64\bin\cmake.exe --build _build [ 50%] Linking C executable ..\..\bin\myexec.exe D:/programs/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ldl collect2.exe: error: ld returned 1 exit...

When wxwidget and then CB SVN 12487 source is built with TDM GCC 10.3.0 the resulting CB exe crashes as per the followign CB forum thread: https://forums.codeblocks.org/index.php/topic,23642.0.html In particular the...

Dear Developers Please have a look to the following discussion: - [The class wxTextCtrl is not working while building with "MinGW TDM 64 bit](https://github.com/wxWidgets/wxWidgets/issues/22639) - [especially this post](https://github.com/wxWidgets/wxWidgets/issues/22639#issuecomment-1188235703) - This...

I'm not sure whether the issue is caused by [one of the patches](https://github.com/jmeubank/tdm-gcc-src/tree/tdm-patches.public/_PATCHES) or whether it's a GCC bug. There are patches about `std::mutex`, mcrtdll, threads, all potentially related. ###...