Hi,

Thanks for your reply.

Yes, I am building for ARMV5 only and same has set in toolchain.

I am not really sure what do you mean by the below statement

" locate the libc++ your toolchain is missing."

Please let me know how to check this?

Moreover I have tried to build one of the demos which comes along with 
NokiaQtSDK, there also it shows same message.


Error: L6218E: Undefined symbol typeinfo for std::bad_alloc (referred from 
mainwindow.in).

Not enough information to list image symbols.

Finished: 1 information, 0 warning and 1 error messages.

make[2]: *** [\NokiaQtSDK\Symbian\SDK\epoc32\release\armv5\urel\mainwindow.exe] 
Error 1

make[1]: *** [TARGETMAINWINDOW_0XE085C013] Error 2

Thanks,
Veeru.

>-----Original Message-----
>From: [email protected]
>[mailto:[email protected]] On
>Behalf Of ext Sören Höckner
>Sent: Tuesday, December 21, 2010 3:04 AM
>To: [email protected]
>Subject: Re: [Qt-creator] liker errors while building in qt creator
>
>Hi!
>that symbols are bound to the std c++ library ( e.g. c++filt
>_ZNSt9bad_allocC1Ev' == std::bad_alloc::bad_alloc() ). I think you are
>using some kind of cross-compiler for the symbian platform and i think to
>remember that this platform is an ARM.
>May you wanna check your toolchain or/and locate the libc++ your
>toolchain is missing.
>
>regarts Sören
>
>On 20/12/10 16:35, [email protected] wrote:
>> I could find bad_alloc is declared in the below header/path
>> \NokiaQtSDK\Symbian\SDK\epoc32\include\stdapis\stlportv5\new
>>
>> Just I am trying to find out associated lib for the same. Any
>suggestions on this?
>>
>> Thanks,
>> Veeru.
>>
>> From: [email protected]
>> [mailto:[email protected]]
>> On Behalf Of ext Hex Lee
>> Sent: Monday, December 20, 2010 7:33 PM
>> To: [email protected]
>> Subject: Re: [Qt-creator] liker errors while building in qt creator
>>
>> Sorry to veeran,I've no ideal about what your .pro setting had
>missied.But I think there maybe a lib about _ZTISt9bad_alloc like lost or
>should be recompiled.
>> 2010/12/20
>> <[email protected]<mailto:[email protected]>>
>> Hi ,
>>
>> Please find below .pro content.
>>
>> #DEFINES += DPRINTF
>> DEFINES += __SYMBIAN32__
>> DEFINES += DLOGFILE
>> TEMPLATE = app
>>
>> VCLIBPATH = ..\VClibNew
>> VENDOR = $$VCLIBPATH\vendor
>>
>> QT += core \
>>     gui
>>
>> system(subwcrev .. panoramarevision.templ.h panoramarevision.h)
>>
>> INCLUDEPATH += $$VENDOR\tnt
>> INCLUDEPATH += $$VENDOR\libjpeg
>> INCLUDEPATH += $$VENDOR\maxflow
>>
>> INCLUDEPATH += ../AppCommon
>>
>> HEADERS += ../AppCommon/LogFile.h \
>>     ../AppCommon/DirFileOp.h \
>>     ../AppCommon/openglscene.h \
>>     ../AppCommon/Panorama.h
>>
>> SOURCES += ../AppCommon/DirFileOp.cpp \
>>     ../AppCommon/main.cpp \
>>     ../AppCommon/Panorama.cpp \
>>     ../AppCommon/openglscene.cpp
>>
>> HEADERS += \
>>     ../AppCommon/Tracker.h \
>>     ../AppCommon/Utility.h \
>>     ../AppCommon/transparentPushButton.h \
>>     ../AppCommon/PanoramaEngine.h \
>>     ../AppCommon/minimap.h \
>>
>> SOURCES += \
>>     ../AppCommon/Tracker.cpp \
>>     ../AppCommon/Utility.cpp \
>>     ../AppCommon/transparentPushButton.cpp \
>>     ../AppCommon/PanoramaEngine.cpp \
>>     ../AppCommon/minimap.cpp
>>
>> SOURCES += ../VClibNew/src/util/progressreporter.cpp
>>
>> #for Panorama viewer
>> INCLUDEPATH += ../PanoramaViewer/src
>> HEADERS += ../PanoramaViewer/src/Icon.h \
>>            ../PanoramaViewer/src/PanoWidget.h \
>>            ../PanoramaViewer/src/ScrollArea.h \
>>            ../PanoramaViewer/src/Viewer.h \
>>            ../PanoramaViewer/src/ImageItem.h \
>>            ../PanoramaViewer/src/UserDefaults.h \
>>            ../PanoramaViewer/src/ExtendedSettings.h \
>>            ../PanoramaViewer/src/KineticScrolling.h \
>>            ../PanoramaViewer/src/MessageBox.h
>>
>> SOURCES += ../PanoramaViewer/src/Icon.cpp \
>>            ../PanoramaViewer/src/PanoWidget.cpp \
>>            ../PanoramaViewer/src/ScrollArea.cpp \
>>            ../PanoramaViewer/src/Viewer.cpp \
>>            ../PanoramaViewer/src/ImageItem.cpp \
>>            ../PanoramaViewer/src/UserDefaults.cpp \
>>            ../PanoramaViewer/src/ExtendedSettings.cpp \
>>            ../PanoramaViewer/src/KineticScrolling.cpp \
>>            ../PanoramaViewer/src/MessageBox.cpp
>>
>> #FORMS += Panorama.ui
>>
>> //RESOURCES +=
>> symbian {
>>                 ICON = pano.svg
>>
>>     TARGET.UID3 = 0x20031E7B
>>     INCLUDEPATH += $$VENDOR\tnt
>>                 INCLUDEPATH += $$VENDOR\libjpeg
>>                 INCLUDEPATH += $$VENDOR\maxflow
>>                 INCLUDEPATH += ..\ICL_Jpeg\export_hdr
>>                 INCLUDEPATH += ..\ICL_Jpeg\inc
>>     INCLUDEPATH += \epoc32\include\stdapis\stlportv5\stl \ #//
>\epoc32\include\stdapis\stlportv5 \
>>         $$VCLIBPATH\inc \
>>         $$VCLIBPATH\inc\util\
>>                                 $$VCLIBPATH\inc\core \
>>                                 $$VCLIBPATH/src/label
>$$VCLIBPATH/src/blend $$VCLIBPATH/src/color $$VCLIBPATH/src/reg \
>>         ..\CaptureEngine\symbian\src \
>>         ..\ViewfinderAlignment\symbian\src \
>>
>>     #LIBS += -L$$VCLIBPATH\lib
>>     LIBS += _L\epoc32\release\armv5\urel
>>     LIBS += -llibstdcpp \
>>         -lCaptureEngine \
>>         -lfbscli \
>>         -lecam \
>>         -lavkon \
>>         -lefsrv \
>>         -lcone \
>>         -leikcore \
>>         -lDigestTracker \
>>         -lhal \
>>         -lMediaClientAudio \
>>         -lbitmaptransforms \
>>         -lVClib \
>> #        -llibjpeg \
>>         -lws32 \
>>         -lExifLib \
>>         -lHWRMVibraClient \
>>         -lremconcoreapi \
>>         -lRemConInterfaceBase \
>>         -licljpeg \
>>         -llibGLESv2 \
>>                                 -llibEGL \
>>                                 -lusbman
>>
>>     TARGET.CAPABILITY += LocalServices \
>>         NetworkServices \
>>         ReadUserData \
>>         UserEnvironment \
>>         WriteUserData \
>>         Location \
>>         PowerMgmt \
>>         ProtServ \
>>         ReadDeviceData \
>>         SurroundingsDD \
>>         SwEvent \
>>         TrustedUI \
>>         WriteDeviceData
>>     #ICON = qgn_menu_Panorama.svg
>>     TARGET.EPOCSTACKSIZE = 0x10000
>>     TARGET.EPOCHEAPSIZE = 0x10000 \
>>         0x3000000
>> }
>> DEFINES += VCLIB_NO_PNG
>> DEFINES += OGLES2_VIEWER_AFTER_WARPING DEFINES += SCROLL_VIEWER
>> DEFINES += N8_SCALE_CROP RESOURCES += Panorama_resource.qrc
>>
>> Thanks,
>> Veeru.
>>
>> From:
>> qt-creator-bounces+veeranjaneyulu.toka=nokia.com<http://nokia.com>@qt.
>> nokia.com<http://qt.nokia.com>
>> [mailto:qt-creator-bounces+veeranjaneyulu.toka<mailto:qt-creator-bounc
>> es%2Bveeranjaneyulu.toka>=nokia.com<http://nokia.com>@qt.nokia.com<htt
>> p://qt.nokia.com>] On Behalf Of ext Hex Lee
>> Sent: Monday, December 20, 2010 2:14 PM
>> To: [email protected]<mailto:[email protected]>
>> Subject: Re: [Qt-creator] liker errors while building in qt creator
>>
>> you should list what content int your .pro setting 2010/12/20
>> <[email protected]<mailto:[email protected]>>
>> Hi All,
>>
>> I am getting below linker errors while building using Qt creator.
>>
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZSt8get_coutv
>> ERROR: Unresolved symbol: _ZNSt9bad_allocC1Ev
>> ERROR: Unresolved symbol: _ZNSt9bad_allocC1ERKS_
>> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
>> ERROR: Unresolved symbol: _Z16backend_allocatej
>> ERROR: Unresolved symbol: _ZNSt12__node_alloc11_M_allocateERj
>> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _Z12backend_freePv
>> ERROR: Unresolved symbol: _ZNSt12__node_alloc13_M_deallocateEPvj
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>>
>> Please let me know if I missed out any settings in .pro or do I need to
>add any macro.
>>
>> Thanks,
>> Veeru.
>>
>>
>> _______________________________________________
>> Qt-creator mailing list
>> [email protected]<mailto:[email protected]>
>> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>>
>>
>> _______________________________________________
>> Qt-creator mailing list
>> [email protected]<mailto:[email protected]>
>> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>>
>>
>>
>>
>>
>> _______________________________________________
>> Qt-creator mailing list
>> [email protected]
>> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
>--
>freundliche Grüße
>Sören Höckner
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to