[Qt-interest] QtEmbedded4.6.3: libQtGui.so: undefined reference to `d16' HELP!!!!
ayserd yawsedr
tuktuk666666 at googlemail.com
Tue Apr 12 11:06:51 CEST 2011
Hi,
I have compiled QtEmbedded4.6.3 again on my ubuntu-machine without tslib.
./configure -embedded arm -xplatform qws/linux-arm-g++ -nomake demos -nomake
examples -no-svg -no-phonon -no-qt3support -no-webkit -qt-mouse-linuxinput
-plugin-mouse-linuxtp -plugin-mouse-pc -qt-mouse-linuxtp -plugin-gfx-linux
make && make install
After that I tried to compile an example with:
qmake -projekt
qmake
make
I get an error:
arm-cortexa8-linux-gnueabi-g++ -Wl,-O1
-Wl,-rpath,/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib -o test main.o
-L/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib
-L/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib -lQtGui -lQtNetwork -lQtCore
-lpthread
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d16'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d17'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d18'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d19'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d26'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d27'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d28'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d29'
/usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/libQtGui.so: undefined
reference to `d21'
collect2: ld returned 1 exit status
make: *** [test] Fehler 1
Who can help me please? What did I wrong?
My qmake.conf
#
# qmake configuration for building with arm-linux-g++
#
include(../../common/g++.conf)
include(../../common/linux.conf)
include(../../common/qws.conf)
# modifications to g++.conf
#QMAKE_CC = arm-linux-gcc
#QMAKE_CXX = arm-linux-g++
#QMAKE_LINK = arm-linux-g++
#QMAKE_LINK_SHLIB = arm-linux-g++
QMAKE_CC = arm-cortexa8-linux-gnueabi-gcc
QMAKE_CXX = arm-cortexa8-linux-gnueabi-g++
QMAKE_LINK = arm-cortexa8-linux-gnueabi-g++
QMAKE_LINK_SHLIB = arm-cortexa8-linux-gnueabi-g++
# modifications to linux.conf
#QMAKE_AR = arm-linux-ar cqs
#QMAKE_OBJCOPY = arm-linux-objcopy
#QMAKE_STRIP = arm-linux-strip
QMAKE_AR = arm-cortexa8-linux-gnueabi-ar cqs
QMAKE_OBJCOPY = arm-cortexa8-linux-gnueabi-objcopy
QMAKE_RANLIB = arm-cortexa8-linux-gnueabi-ranlib
#QMAKE_LFLAGS += -Wl,-rpath-link=/usr/local/lib
#QMAKE_INCDIR += /usr/local/include
#QMAKE_LIBDIR += /usr/local/lib
#QMAKE_CFLAGS += -I/usr/local/include
#QMAKE_LFLAGS += -L/usr/local/lib -Wl,-rpath-link=/usr/local/lib
load(qt_config)
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110412/c175d460/attachment.html
More information about the Qt-interest-old
mailing list