https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105352
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >../gcc-11.3.0/configure --host=i686-w64-mingw32 --target=mips32-elf >--disable-nls >I want the compiled executable files to run natively on Windows 32-bits as >.exe , hence the host `i686-w64-mingw32`. You don't have a i686-w64-mingw32 cross compiler installed though. So you are just doing something which won't work until you get a cross compiler on the machine.