[Development] Link error about QtCore.dynlist

song.7.liu at nokia.com song.7.liu at nokia.com
Mon May 14 16:58:33 CEST 2012


Hi,

I am building the latest Qt5 on Linux, but with bellow link error in qtbase:

/nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gnu/bin/ld: /build/qt5-2/qtbase/src/corelib/QtCore.dynlist: file format not recognized; treating as linker script
/nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gnu/bin/ld:/build/qt5-2/qtbase/src/corelib/QtCore.dynlist:1: syntax error
collect2: ld returned 1 exit status
make[1]: *** [../../lib/libQtCore.so.5.0.0] Error 1
make[1]: Leaving directory `/build/qt5-2/qtbase/src/corelib'
make: *** [sub-corelib-install_subtargets-ordered] Error 2
'cd qtbase && make install failed: 512
Fatal failure installing qtbase at ./build line 455
        Qt::Build::build_project('Qt::Build=HASH(0x2581930)', 'qtbase') called at ./build line 484
        Qt::Build::build_qt('Qt::Build=HASH(0x2581930)') called at ./build line 544
        Qt::Build::run('Qt::Build=HASH(0x2581930)') called at ./build line 553

The content of file QtCore.dynlist is:

{
     extern "C" {
         "qt_startup_hook";
         "qt_addObject";
         "qt_removeObject";
     };
     extern "C++" {
         "QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)";
     };
};

Does anyone have some idea ? thanks ;)

Thanks,
Song
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120514/8a5fd43b/attachment.html>


More information about the Development mailing list