Error while selecting MinGW compiler
-
Dear,
I used MinGW compiler and develop a basic widget application. It shows following error.
c:\mingw\lib\libmingw32.a(setargv.o):-1: error: undefined reference to__chkstk_ms' c:\mingw\lib\libmingwex.a(glob.o):-1: error: undefined reference to
__chkstk_ms'What could be the problem? If i select MSVC compiler, there is no error.
QT version : 4.8.4
OS : windows 10Regards,
Winiston.P -
Dear,
I used MinGW compiler and develop a basic widget application. It shows following error.
c:\mingw\lib\libmingw32.a(setargv.o):-1: error: undefined reference to__chkstk_ms' c:\mingw\lib\libmingwex.a(glob.o):-1: error: undefined reference to
__chkstk_ms'What could be the problem? If i select MSVC compiler, there is no error.
QT version : 4.8.4
OS : windows 10Regards,
Winiston.P -
Dear,
I used MinGW compiler and develop a basic widget application. It shows following error.
c:\mingw\lib\libmingw32.a(setargv.o):-1: error: undefined reference to__chkstk_ms' c:\mingw\lib\libmingwex.a(glob.o):-1: error: undefined reference to
__chkstk_ms'What could be the problem? If i select MSVC compiler, there is no error.
QT version : 4.8.4
OS : windows 10Regards,
Winiston.P@Winiston said in Error while selecting MinGW compiler:
If i select MSVC compiler, there is no error.
Is it possible that you're trying to use Qt built with MSVC compiler with MinGW compiler?