Toolchain "MinGW GCC" is not detected, but this is not true [message #1151939] |
Wed, 23 October 2013 14:07  |
Eclipse User |
|
|
|
Hi,
eclipse CDT tells me that Toolchain "MinGW GCC" is not detected.
but that is not true
the build builds, the indexer indexes, so everything works.
I configure my project with cmake
History: I had mingw installed, but switched to mingw64
I have tried all different PATH variables, folder names, using C:\MinGW with my mingw32, ...
nothing helps
eclipse still tells me that Toolchain "MinGW GCC" is not detected
what can I do?
|
|
|
|
Re: Toolchain "MinGW GCC" is not detected, but this is not true [message #1153319 is a reply to message #1152572] |
Thu, 24 October 2013 10:28  |
Eclipse User |
|
|
|
Thanks for your hints
I have C:\MingW\bin in my PATH
in there is
c++.exe, g++.exe, ....
i686-w64-mingw32-c++.exe, i686-w64-mingw32-g++.exe, ...
mingw32-make.exe
and so on
generating mingw make files with CMake works, I generate them in a subfolder, than I tell eclipse to run the build there.
I have to spezify the mingw32-make.exe as make command, and everything works.
possible that mingw64 is cross compiling prefix requiring stuff?
do not know mingw64, thought it is a drop in replacement,
mingw has some c++11 issues, example std::to_string is not there.
possible I have to make some more research on this topic.
thanks again
|
|
|
Powered by
FUDForum. Page generated in 0.28701 seconds