I'm attempting to compile my program in C using gcc.exe from the MinGW package that I have installed. I have added gcc as an external tool and am able to run it through TextPad. However, I'm getting generic error messages such as "Tool completed with exit code 1". Is there any way to configure TextPad/gcc to display the correct error messages as it would in a command prompt unix environment?
Asked
Active
Viewed 1,269 times
2
-
1I think that tutorial http://www.edparrish.net/common/textpad4c.html can be useful. – Mihai8 Mar 11 '13 at 21:39
-
If you don't get what you want from TextPad, eclipse works very well in Windows with mingw gcc. – teppic Mar 11 '13 at 21:51