I'm trying to set up an Eclipse (Helios) development environment that I can compile into an .exe binary for a Uni assignment.
Currently, I'm using Quincy 2005 under Wine, which works but the IDE is not as good as Eclipse, so I'm looking to switch over. Quincy uses MinGW's gcc to compile it's actual programs, so I was hoping there was a way to get Eclipse to use the same gcc (under wine).
I've noticed that Eclipse does have some sort of option for MinGW but it doesn't seem to be supported on Linux.
Does anyone have any instructions or experience on this? Thanks.