Answer the question
In order to leave comments, you need to log in
Error creating Qt 5.14.2 static assembly. What to do?
Lots of compilation errors. I watched a lot of videos, no one describes such a problem in detail. The full text of the error cannot be attached here, but these lines are basically written:
qmakeevaluator.o: In function `ZN13QMakeInternal12QMakeStaticsC1Ev':
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator_p.h:81: undefined reference to `_Unwind_Resume'
qmakeevaluator.o: In function `ZN14QMakeEvaluator11initStaticsEv':
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:161: undefined reference to `_Unwind_Resume'
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:192: undefined reference to `_Unwind_Resume'
qmakeevaluator.o: In function `ZN14QMakeEvaluator3mapERK6ProKey':
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:200: undefined reference to `_Unwind_Resume'
qmakeevaluator.o: In function `ZN14QMakeEvaluatorC2EP12QMakeGlobalsP11QMakeParserP8QMakeVfsP12QMakeHandler':
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:212: undefined reference to `_Unwind_Resume'
qmakeevaluator.o:D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:277: more undefined references to `_Unwind_Resume' follow
qmakeevaluator.o: In function `ZNK14QMakeEvaluator16debugMsgInternalEiPKcz':
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:2098: undefined reference to `_imp____acrt_iob_func'
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:212: undefined reference to `_Unwind_Resume'
Answer the question
In order to leave comments, you need to log in
In short, partially solved the problem. I fucked up this compilation and built the application using windeployqt, but if after running windeployqt the program didn’t work for you (i.e. like mine), then I just transferred the libEGL, libgcc_s_seh-1 DLLs from the bin folder (where windeployqt is located) , libGLESv2, libstdc++-6 libwinpthread-1 and everything worked for me
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question