I am doing cross compilation QT 5.3 from git for Linux device based on TI OMAP4 Panda board.
The distribution is Ubuntu 14.04.
I get compilation errors :
qhttpthreaddelegate.cpp:(.text+0×1ce): undefined reference to `QString::toLatin1_helper(QString const&)’
.obj/qhttpthreaddelegate.o: In function `statusCodeFromHttp(int, QUrl const&)’:
qhttpthreaddelegate.cpp:(.text+0×518): undefined reference to `QString::toLocal8Bit_helper(QChar const*, int)’
.obj/qftp.o: In function `QFtpPI::startNextCmd()’:
qftp.cpp:(.text+0×17e4): undefined reference to `QString::toLatin1_helper(QString const&)’
.obj/qftp.o: In function `QFtp::rawCommand(QString const&)’:
qftp.cpp:(.text+0×3554): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)’
Command line:
./configure -v \
-arch arm \
-prefix /media/Linux-data/Install/ubuntu_core14_omap4/qtogl-5_3_1/install \
-no-sse2 -no-sse3 -no-sse4.1 -no-sse4.2 -no-ssse3 \
-no-largefile \
-accessibility \
-openssl \
-no-cups \
-no-audio-backend \
-glib \
-no-avx \
-opensource \
-fontconfig \
-nis \
-system-proxies \
-opengl \
-mtdev \
-xcb \
-xplatform linux-omap4-ogl-g++
↧