No supported compiler has been detected in the configuration 'gcc810_x64_dll\mswu'

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
alfredo.n
In need of some credit
In need of some credit
Posts: 1
Joined: Sun Aug 02, 2020 4:23 pm

No supported compiler has been detected in the configuration 'gcc810_x64_dll\mswu'

Post by alfredo.n »

Hello, I am using MinGW 64 8.1.0 with WxWidgets 3.0.5, i want to compile CodeLite WxWidgets sample project, but the IDE give the error specified in the title.

Code: Select all

"C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe" -i "C:/Users/alfre/OneDrive/Documentos/WorkSpace/HelloWorld-Wx/win_resources.rc" wx-config Error: No supported compiler has been detected in the configuration 'gcc810_x64_dll\mswu'.   -o ../build-Debug/HelloWorld-Wx/win_resources.rc.o
FORMAT is one of rc, res, or coff, and is deduced from the file name
extension if not specified.  A single file name is an input file.
No input-file is stdin, default rc.  No output-file is stdout, default rc.
C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe: supported targets: pe-x86-64 pei-x86-64 pe-bigobj-x86-64 elf64-x86-64 elf64-l1om elf64-k1om pe-i386 pei-i386 elf32-i386 elf32-iamcu elf64-little elf64-big elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex
mingw32-make.exe[1]: *** [HelloWorld-Wx.mk:99: ../build-Debug/HelloWorld-Wx/win_resources.rc.o] Error 1
mingw32-make.exe[1]: Leaving directory 'C:/Users/alfre/OneDrive/Documentos/WorkSpace/HelloWorld-Wx'
mingw32-make.exe: *** [Makefile:5: All] Error 2
====0 errors, 0 warnings====
I summarized the build log a bit because it was too long and the system detected it as spam
Post Reply