I am using jGrasp on Windows 10 to write in C and can't compile anything. MinGW is the compiler I have downloaded. Using code which I have successfully compiled on previous machines (Win 7), I am experiencing the same issue each time. The 'compile and link' command results in a '.o' file instead of a '.exe' file. I can't find anything about it, other than '.o' means 'object' file. Any potential solutions or leads? Thanks in advance!
If you haven't figured this out yet, turn on "Settings" > "Verbose" messages, then check the output after a compile-and-link for "Actual Command Sent". Is the command what you expect it to be?