D
D
Deb4ik2022-02-21 09:43:24
Qt
Deb4ik, 2022-02-21 09:43:24

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'

The most repetitive
D:/Programms/Qt/5.14.2/Src/qtbase/qmake/library/qmakeevaluator.cpp:212: undefined reference to `_Unwind_Resume'

where qmakeevaluator.cpp:212 the number changes there, most likely shows the line number.

I really don't know what to do now.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Deb4ik, 2022-02-21
@Deb4ik

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

A
Adamos, 2022-02-21
@Adamos

Watched a lot of videos

Need more videos!
So far, even asking a question in such a way that it can be answered has failed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question