On 07/11/12 11:38, Aurelien Buhrig wrote: > I suppose I can test such a compiler on the host machine (setting up > dejagnu/expect, a site.exp and the target simulator (sid) on the windows > host). > But in order to centralize on a single machine the build and the test of > binary releases for different hosts, I wonder if there is a way to test > such a compiler on (or from) the build machine, using an emulator, a > RPC-like or whatever. You could run the mingw32 compiler using wine. It won't be as accurate as running on the target machine, but using an emulator wouldn't either. :)