Кросс-компиляция Qt5 с Texas Instruments DVSDK — неопределенные ошибки ссылок

Я пытаюсь скомпилировать Qt для системы Embedded Linux с TI DVSDK.
http://www.ti.com/tool/linuxdvsdk-dm37x

Пока все прошло нормально, я смог собрать корневую файловую систему через buildroot со всеми необходимыми библиотеками (я полагаю), Qt configure прошел нормально, затем я сделал «make».

К сожалению, в конце компиляции всегда возникают ошибки компоновщика:

.obj/release-shared/qguivariantanimation.o: In function `global constructors keyed to qguivariantanimation.cpp':
qguivariantanimation.cpp:(.text+0x18): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x28): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x38): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x48): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
qguivariantanimation.cpp:(.text+0x58): undefined reference to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)'
.obj/release-shared/qguivariantanimation.o:qguivariantanimation.cpp:(.text+0xb0): more undefined references to `QVariantAnimation::registerInterpolator(QVariant (*)(void const*, void const*, float), int)' follow
collect2: ld returned 1 exit status
make[3]: *** [../../lib/libQt5Gui.so.5.1.1] Error 1
make[3]: Leaving directory `/home/alexey/tenzor/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src/gui'
make[2]: *** [sub-gui-make_first] Error 2
make[2]: Leaving directory `/home/alexey/tenzor/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src'
make[1]: *** [sub-src-make_first] Error 2
make[1]: Leaving directory `/home/alexey/tenzor/qt/qt-everywhere-opensource-src-5.1.1/qtbase'
make: *** [module-qtbase-make_first] Error 2

мой configure линия это:

./configure -prefix /usr/local/qt5 -release -make libs -xplatform linux-arm-gnueabi-ti-g++ -opengl es2 -confirm-license -opensource -icu -no-xcb -no-pch -no-fontconfig -no-c++11 -verbose

Мне не ясно, что может быть причиной этого. Пожалуйста, помогите, любой совет приветствуется 🙂

0

Решение

Задача ещё не решена.

Другие решения


По вопросам рекламы [email protected]