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

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

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

For any C source file including like this #### example.c ```c #include int main(int argc, char *argv[]) { return 0; } ``` Compiling it via ```bash gcc example.c -o example...

main.c ``` int main() { return 0; } ``` gcc -pg main.c a.exe **never returns** gcc --version gcc (tdm64-1) 10.3.0 on win10 x64 same issue on both 32bit and 64bit

Hello, Thank you for providing such software, which is useful for beginners in C. I'm a beginner who is just starting to learn C, and I encountered a lot of...

Frist of all congratulations to the new release! TDM-GCC delivers the minimum requirement for building applications: a compiler, and a debugger, and a make tool. Complex application do have dependencies,...

documentation
enhancement

Hello @jmeubank, yesterday I tried to compile ProjectChrono with TDM-GCC 9.2.0 (x86) and succeeded with some minor adaptions (changing VCC-specific code, etc.). However, I experienced crashes in collision-related simulations, therefore...

That's a critical problem that took me several hours to pinpoint to TDM-GCC, and looks like the root cause is in the same place as the problem from my previous...

GNU Make utility hasn't been updated for a quite a long time. There are some compatibility issues with newer versions of GCC. - https://bugs.linaro.org/show_bug.cgi?id=5750 - https://bugs.launchpad.net/gcc-arm-embedded/+bug/1922579 Makes sense to migrate...

Hi, and thank you for this project. I'm using TDM-GCC as a portable compiler package, and copy it from place to place a lot, so file size is important for...

The bug and fix is in the following two links: [58123 – [4.8/4.9/5 Regression] debug line not tracked for last autovariable dtor](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58123) [49951 – [4.5/4.6/4.7 Regression] Debug stepping behavior regarding...

Hi, Downloaded tdm64-gcc-9.2.0.exe and installed. Trying to compile FreeImage I am getting this error ``` [ 0%] Building CXX object CMakeFiles/FreeImage.dir/Source/FreeImage/FreeImage.cpp.obj In file included from C:/TDM-GCC-64/x86_64-w64-mingw32/include/windows.h:9, from C:\LuaGL\gitsources\FreeImageORIG\Source\FreeImage\FreeImage.cpp:28: C:/TDM-GCC-64/x86_64-w64-mingw32/include/unknwnbase.h: In...