Advertisement
Guest User

Untitled

a guest
Aug 12th, 2015
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.41 KB | None | 0 0
  1. @raspberrypi ~/opt/qt5 $ make
  2. cd qtbase/ && ( test -e Makefile || /home/pi/opt/qt5/qtbase/bin/qmake /home/pi/opt/qt5/qtbase/qtbase.pro -o Makefile ) && make -f Makefile
  3. make[1]: Entering directory '/home/pi/opt/qt5/qtbase'
  4. cd src/ && ( test -e Makefile || /home/pi/opt/qt5/qtbase/bin/qmake /home/pi/opt/qt5/qtbase/src/src.pro -o Makefile ) && make -f Makefile
  5. make[2]: Entering directory '/home/pi/opt/qt5/qtbase/src'
  6. cd tools/bootstrap/ && ( test -e Makefile || /home/pi/opt/qt5/qtbase/bin/qmake /home/pi/opt/qt5/qtbase/src/tools/bootstrap/bootstrap.pro -o Makefile ) && make -f Makefile
  7. make[3]: Entering directory '/home/pi/opt/qt5/qtbase/src/tools/bootstrap'
  8. make[3]: Nothing to be done for 'first'.
  9. make[3]: Leaving directory '/home/pi/opt/qt5/qtbase/src/tools/bootstrap'
  10. cd tools/moc/ && ( test -e Makefile || /home/pi/opt/qt5/qtbase/bin/qmake /home/pi/opt/qt5/qtbase/src/tools/moc/moc.pro -o Makefile ) && make -f Makefile
  11. make[3]: Entering directory '/home/pi/opt/qt5/qtbase/src/tools/moc'
  12. g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/home/pi/opt/qt5/qtbase/lib -lQt5Bootstrap -lpthread
  13. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdebug.o): In function `QDebug::~QDebug()':
  14. qdebug.cpp:(.text._ZN6QDebugD2Ev+0x38): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  15. qdebug.cpp:(.text._ZN6QDebugD2Ev+0x50): undefined reference to `QString::chop(int)'
  16. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdebug.o): In function `QDebugStateSaver::~QDebugStateSaver()':
  17. qdebug.cpp:(.text._ZN16QDebugStateSaverD2Ev+0x98): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  18. qdebug.cpp:(.text._ZN16QDebugStateSaverD2Ev+0xdc): undefined reference to `QString::chop(int)'
  19. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdebug.o): In function `QDebug::putByteArray(char const*, unsigned int, QDebug::Latin1Content)':
  20. qdebug.cpp:(.text._ZN6QDebug12putByteArrayEPKcjNS_13Latin1ContentE+0x68): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  21. qdebug.cpp:(.text._ZN6QDebug12putByteArrayEPKcjNS_13Latin1ContentE+0x348): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  22. .obj/main.o: In function `argumentsFromCommandLineAndFile(QStringList const&) [clone .constprop.103]':
  23. main.cpp:(.text+0xa08): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  24. main.cpp:(.text+0xa40): undefined reference to `QString::remove(int, int)'
  25. main.cpp:(.text+0xacc): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  26. main.cpp:(.text+0xc4c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  27. .obj/main.o: In function `runMoc(int, char**)':
  28. main.cpp:(.text+0xf50): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  29. main.cpp:(.text+0x1420): undefined reference to `QString::arg(long long, int, int, QChar) const'
  30. main.cpp:(.text+0x1430): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  31. main.cpp:(.text+0x144c): undefined reference to `QString::arg(QString const&, int, QChar) const'
  32. main.cpp:(.text+0x1e68): undefined reference to `QString::operator=(QString const&)'
  33. main.cpp:(.text+0x3184): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  34. main.cpp:(.text+0x3198): undefined reference to `QString::left(int) const'
  35. main.cpp:(.text+0x31ac): undefined reference to `QString::mid(int, int) const'
  36. main.cpp:(.text+0x3684): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  37. main.cpp:(.text+0x36f8): undefined reference to `operator<(QString const&, QString const&)'
  38. main.cpp:(.text+0x3724): undefined reference to `operator<(QString const&, QString const&)'
  39. main.cpp:(.text+0x380c): undefined reference to `operator<(QString const&, QString const&)'
  40. main.cpp:(.text+0x3840): undefined reference to `operator<(QString const&, QString const&)'
  41. main.cpp:(.text+0x3eb8): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  42. main.cpp:(.text+0x3ed0): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  43. main.cpp:(.text+0x3f00): undefined reference to `QChar::toLower(unsigned int)'
  44. main.cpp:(.text+0x4448): undefined reference to `QString::append(QString const&)'
  45. .obj/main.o: In function `operator+(QString const&, QChar)':
  46. main.cpp:(.text._ZplRK7QString5QChar[operator+(QString const&, QChar)]+0x3c): undefined reference to `QString::reallocData(unsigned int, bool)'
  47. main.cpp:(.text._ZplRK7QString5QChar[operator+(QString const&, QChar)]+0xa0): undefined reference to `QString::reallocData(unsigned int, bool)'
  48. main.cpp:(.text._ZplRK7QString5QChar[operator+(QString const&, QChar)]+0xc4): undefined reference to `QString::reallocData(unsigned int, bool)'
  49. .obj/moc.o: In function `Moc::parsePluginData(ClassDef*)':
  50. moc.cpp:(.text+0x4c94): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  51. moc.cpp:(.text+0x4cd8): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  52. moc.cpp:(.text+0x506c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  53. moc.cpp:(.text+0x50a4): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  54. .obj/preprocessor.o: In function `Preprocessor::preprocess(QByteArray const&, QVector<Symbol>&)':
  55. preprocessor.cpp:(.text+0x720c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  56. .obj/preprocessor.o:preprocessor.cpp:(.text+0x7290): more undefined references to `QString::fromLocal8Bit_helper(char const*, int)' follow
  57. .obj/generator.o: In function `Generator::generatePluginMetaData()':
  58. generator.cpp:(.text+0x1fdc): undefined reference to `operator<(QString const&, QString const&)'
  59. generator.cpp:(.text+0x2008): undefined reference to `operator<(QString const&, QString const&)'
  60. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `qt_message(QtMsgType, QMessageLogContext const&, char const*, std::__va_list)':
  61. qlogging.cpp:(.text._ZL10qt_message9QtMsgTypeRK18QMessageLogContextPKcSt9__va_list+0x18): undefined reference to `QString::vasprintf(char const*, std::__va_list)'
  62. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `QMessagePattern::setPattern(QString const&)':
  63. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xd4): undefined reference to `QString::append(QChar)'
  64. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x1dc): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  65. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x208): undefined reference to `QString::operator==(QLatin1String) const'
  66. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x2a8): undefined reference to `QString::startsWith(QLatin1String, Qt::CaseSensitivity) const'
  67. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x3bc): undefined reference to `QString::append(QString const&)'
  68. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x4fc): undefined reference to `QString::append(QChar)'
  69. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x620): undefined reference to `QString::operator==(QLatin1String) const'
  70. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x678): undefined reference to `QString::append(QString const&)'
  71. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x738): undefined reference to `QString::operator==(QLatin1String) const'
  72. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x768): undefined reference to `QString::operator==(QLatin1String) const'
  73. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x798): undefined reference to `QString::operator==(QLatin1String) const'
  74. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x7cc): undefined reference to `QString::operator==(QLatin1String) const'
  75. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x800): undefined reference to `QString::operator==(QLatin1String) const'
  76. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o):qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x830): more undefined references to `QString::operator==(QLatin1String) const' follow
  77. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `QMessagePattern::setPattern(QString const&)':
  78. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x93c): undefined reference to `QString::startsWith(QLatin1String, Qt::CaseSensitivity) const'
  79. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x968): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  80. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x998): undefined reference to `QString::mid(int, int) const'
  81. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0x9e4): undefined reference to `QString::startsWith(QLatin1String, Qt::CaseSensitivity) const'
  82. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xa08): undefined reference to `QString::append(QString const&)'
  83. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xa40): undefined reference to `QString::operator==(QLatin1String) const'
  84. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xa9c): undefined reference to `QString::operator==(QLatin1String) const'
  85. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xaf8): undefined reference to `QString::operator==(QLatin1String) const'
  86. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xb54): undefined reference to `QString::operator==(QLatin1String) const'
  87. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xb88): undefined reference to `QString::operator==(QLatin1String) const'
  88. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o):qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xbb8): more undefined references to `QString::operator==(QLatin1String) const' follow
  89. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `QMessagePattern::setPattern(QString const&)':
  90. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xc74): undefined reference to `QString::append(QString const&)'
  91. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xcc8): undefined reference to `QString::arg(QString const&, int, QChar) const'
  92. qlogging.cpp:(.text._ZN15QMessagePattern10setPatternERK7QString+0xcdc): undefined reference to `QString::append(QString const&)'
  93. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `QMessagePattern::QMessagePattern()':
  94. qlogging.cpp:(.text._ZN15QMessagePatternC2Ev+0x68): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  95. qlogging.cpp:(.text._ZN15QMessagePatternC2Ev+0xb4): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  96. qlogging.cpp:(.text._ZN15QMessagePatternC2Ev+0x160): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  97. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `qFormatLogMessage(QtMsgType, QMessageLogContext const&, QString const&)':
  98. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x148): undefined reference to `QString::append(QLatin1String)'
  99. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x1c4): undefined reference to `QString::append(QLatin1String)'
  100. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x260): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  101. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x270): undefined reference to `QString::append(QString const&)'
  102. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x380): undefined reference to `QString::append(QString const&)'
  103. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x3d4): undefined reference to `QString::append(QLatin1String)'
  104. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x434): undefined reference to `QString::append(QLatin1String)'
  105. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x45c): undefined reference to `QString::append(QLatin1String)'
  106. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x484): undefined reference to `QString::append(QLatin1String)'
  107. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x4ac): undefined reference to `QString::append(QLatin1String)'
  108. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o):qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x4d4): more undefined references to `QString::append(QLatin1String)' follow
  109. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `qFormatLogMessage(QtMsgType, QMessageLogContext const&, QString const&)':
  110. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x4f4): undefined reference to `QString::number(int, int)'
  111. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x500): undefined reference to `QString::append(QString const&)'
  112. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x568): undefined reference to `QString::append(QLatin1String)'
  113. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x590): undefined reference to `QString::append(QLatin1String)'
  114. qlogging.cpp:(.text._Z17qFormatLogMessage9QtMsgTypeRK18QMessageLogContextRK7QString+0x59c): undefined reference to `QString::append(QString const&)'
  115. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlogging.o): In function `qDefaultMsgHandler(QtMsgType, char const*)':
  116. qlogging.cpp:(.text._ZL18qDefaultMsgHandler9QtMsgTypePKc+0x44): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  117. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `qt_normalizePathSegments(QString const&, bool)':
  118. qdir.cpp:(.text._Z24qt_normalizePathSegmentsRK7QStringb+0x360): undefined reference to `QString::QString(QChar const*, int)'
  119. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::cleanPath(QString const&)':
  120. qdir.cpp:(.text._ZN4QDir9cleanPathERK7QString+0x7c): undefined reference to `QString::replace(QChar, QChar, Qt::CaseSensitivity)'
  121. qdir.cpp:(.text._ZN4QDir9cleanPathERK7QString+0xac): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  122. qdir.cpp:(.text._ZN4QDir9cleanPathERK7QString+0xc0): undefined reference to `QString::chop(int)'
  123. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::absolutePath() const':
  124. qdir.cpp:(.text._ZNK4QDir12absolutePathEv+0x2b8): undefined reference to `QString::operator=(QString const&)'
  125. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::filePath(QString const&) const':
  126. qdir.cpp:(.text._ZNK4QDir8filePathERK7QString+0xc4): undefined reference to `QString::reallocData(unsigned int, bool)'
  127. qdir.cpp:(.text._ZNK4QDir8filePathERK7QString+0x100): undefined reference to `QString::append(QString const&)'
  128. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::relativeFilePath(QString const&) const':
  129. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x150): undefined reference to `QString::splitRef(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const'
  130. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x168): undefined reference to `QString::splitRef(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const'
  131. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x1b4): undefined reference to `QString::append(QLatin1String)'
  132. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x208): undefined reference to `QString::reallocData(unsigned int, bool)'
  133. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x25c): undefined reference to `QString::append(QStringRef const&)'
  134. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x38c): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  135. qdir.cpp:(.text._ZNK4QDir16relativeFilePathERK7QString+0x3b8): undefined reference to `operator==(QStringRef const&, QStringRef const&)'
  136. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::cd(QString const&)':
  137. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x5c): undefined reference to `QString::operator==(QLatin1String) const'
  138. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0xfc): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  139. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x120): undefined reference to `QString::truncate(int)'
  140. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x45c): undefined reference to `QString::append(QString const&)'
  141. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x470): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  142. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x4ec): undefined reference to `QString::startsWith(QLatin1String, Qt::CaseSensitivity) const'
  143. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x518): undefined reference to `QString::operator==(QLatin1String) const'
  144. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x548): undefined reference to `QString::startsWith(QLatin1String, Qt::CaseSensitivity) const'
  145. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x78c): undefined reference to `QString::QString(int, Qt::Initialization)'
  146. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x878): undefined reference to `QString::operator==(QLatin1String) const'
  147. qdir.cpp:(.text._ZN4QDir2cdERK7QString+0x8b0): undefined reference to `QString::operator==(QLatin1String) const'
  148. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDir::cdUp()':
  149. qdir.cpp:(.text._ZN4QDir4cdUpEv+0x18): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  150. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdir.o): In function `QDirPrivate::QDirPrivate(QString const&, QStringList const&, QFlags<QDir::SortFlag>, QFlags<QDir::Filter>)':
  151. qdir.cpp:(.text._ZN11QDirPrivateC2ERK7QStringRK11QStringList6QFlagsIN4QDir8SortFlagEES6_INS7_6FilterEE+0xb4): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  152. qdir.cpp:(.text._ZN11QDirPrivateC2ERK7QStringRK11QStringList6QFlagsIN4QDir8SortFlagEES6_INS7_6FilterEE+0xd8): undefined reference to `QString::truncate(int)'
  153. qdir.cpp:(.text._ZN11QDirPrivateC2ERK7QStringRK11QStringList6QFlagsIN4QDir8SortFlagEES6_INS7_6FilterEE+0x31c): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  154. qdir.cpp:(.text._ZN11QDirPrivateC2ERK7QStringRK11QStringList6QFlagsIN4QDir8SortFlagEES6_INS7_6FilterEE+0x3f8): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  155. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdiriterator.o): In function `QHash<QString, QHashDummyValue>::findNode(QString const&, unsigned int*) const':
  156. qdiriterator.cpp:(.text._ZNK5QHashI7QString15QHashDummyValueE8findNodeERKS0_Pj[QHash<QString, QHashDummyValue>::findNode(QString const&, unsigned int*) const]+0x9c): undefined reference to `operator==(QString const&, QString const&)'
  157. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdiriterator.o): In function `QDirIteratorPrivate::checkAndPushDirectory(QFileInfo const&)':
  158. qdiriterator.cpp:(.text._ZN19QDirIteratorPrivate21checkAndPushDirectoryERK9QFileInfo+0x68): undefined reference to `QString::operator==(QLatin1String) const'
  159. qdiriterator.cpp:(.text._ZN19QDirIteratorPrivate21checkAndPushDirectoryERK9QFileInfo+0x94): undefined reference to `QString::operator==(QLatin1String) const'
  160. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdiriterator.o): In function `QDirIteratorPrivate::QDirIteratorPrivate(QFileSystemEntry const&, QStringList const&, QFlags<QDir::Filter>, QFlags<QDirIterator::IteratorFlag>, bool)':
  161. qdiriterator.cpp:(.text._ZN19QDirIteratorPrivateC2ERK16QFileSystemEntryRK11QStringList6QFlagsIN4QDir6FilterEES6_IN12QDirIterator12IteratorFlagEEb+0x88): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  162. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfile.o): In function `QFile::QFile(QString const&)':
  163. qfile.cpp:(.text._ZN5QFileC2ERK7QString+0x4c): undefined reference to `QString::operator=(QString const&)'
  164. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfile.o): In function `QFile::setFileName(QString const&)':
  165. qfile.cpp:(.text._ZN5QFile11setFileNameERK7QString+0xf0): undefined reference to `QString::operator=(QString const&)'
  166. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfileinfo.o): In function `QFileInfoPrivate::getFileName(QAbstractFileEngine::FileName) const':
  167. qfileinfo.cpp:(.text._ZNK16QFileInfoPrivate11getFileNameEN19QAbstractFileEngine8FileNameE+0x16c): undefined reference to `QString::operator=(QString const&)'
  168. qfileinfo.cpp:(.text._ZNK16QFileInfoPrivate11getFileNameEN19QAbstractFileEngine8FileNameE+0x1a4): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  169. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfileinfo.o): In function `QFileInfo::absoluteFilePath() const':
  170. qfileinfo.cpp:(.text._ZNK9QFileInfo16absoluteFilePathEv+0x34): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  171. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfileinfo.o): In function `QFileInfo::canonicalFilePath() const':
  172. qfileinfo.cpp:(.text._ZNK9QFileInfo17canonicalFilePathEv+0x34): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  173. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfileinfo.o): In function `QFileInfo::filePath() const':
  174. qfileinfo.cpp:(.text._ZNK9QFileInfo8filePathEv+0x34): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  175. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfileinfo.o): In function `QFileInfo::fileName() const':
  176. qfileinfo.cpp:(.text._ZNK9QFileInfo8fileNameEv+0x34): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  177. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystementry.o): In function `QFileSystemEntry::resolveFilePath() const':
  178. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry15resolveFilePathEv+0x50): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  179. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystementry.o): In function `QFileSystemEntry::isRoot() const':
  180. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry6isRootEv+0x30): undefined reference to `QString::operator==(QLatin1String) const'
  181. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystementry.o): In function `QFileSystemEntry::findLastSeparator() const':
  182. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry17findLastSeparatorEv+0x28): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  183. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystementry.o): In function `QFileSystemEntry::path() const':
  184. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry4pathEv+0x34): undefined reference to `QString::QString(QChar)'
  185. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry4pathEv+0x44): undefined reference to `QString::QString(QChar)'
  186. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry4pathEv+0x54): undefined reference to `QString::left(int) const'
  187. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystementry.o): In function `QFileSystemEntry::fileName() const':
  188. qfilesystementry.cpp:(.text._ZNK16QFileSystemEntry8fileNameEv+0x28): undefined reference to `QString::mid(int, int) const'
  189. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine.o): In function `QFileSystemEngine::resolveEntryAndCreateLegacyEngine(QFileSystemEntry&, QFileSystemMetaData&)':
  190. qfilesystemengine.cpp:(.text._ZN17QFileSystemEngine33resolveEntryAndCreateLegacyEngineER16QFileSystemEntryR19QFileSystemMetaData+0xac): undefined reference to `QString::operator=(QString const&)'
  191. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfsfileengine.o): In function `QFSFileEngine::open(QFlags<QIODevice::OpenModeFlag>)':
  192. qfsfileengine.cpp:(.text._ZN13QFSFileEngine4openE6QFlagsIN9QIODevice12OpenModeFlagEE+0x60): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  193. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfsfileengine.o): In function `QFSFileEnginePrivate::seekFdFh(long long)':
  194. qfsfileengine.cpp:(.text._ZN20QFSFileEnginePrivate8seekFdFhEx+0x14c): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  195. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qiodevice.o): In function `checkWarnMessage(QIODevice const*, char const*, char const*) [clone .isra.6]':
  196. qiodevice.cpp:(.text._ZL16checkWarnMessagePK9QIODevicePKcS3_.isra.6+0x6c): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  197. qiodevice.cpp:(.text._ZL16checkWarnMessagePK9QIODevicePKcS3_.isra.6+0xe4): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  198. qiodevice.cpp:(.text._ZL16checkWarnMessagePK9QIODevicePKcS3_.isra.6+0x14c): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  199. qiodevice.cpp:(.text._ZL16checkWarnMessagePK9QIODevicePKcS3_.isra.6+0x1c4): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  200. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qiodevice.o): In function `QIODevice::errorString() const':
  201. qiodevice.cpp:(.text._ZNK9QIODevice11errorStringEv+0x4c): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  202. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfiledevice.o): In function `QFileDevicePrivate::setError(QFileDevice::FileError, QString const&)':
  203. qfiledevice.cpp:(.text._ZN18QFileDevicePrivate8setErrorEN11QFileDevice9FileErrorERK7QString+0x10): undefined reference to `QString::operator=(QString const&)'
  204. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::fillReadBuffer(long long)':
  205. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0xd8): undefined reference to `QString::append(QString const&)'
  206. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x140): undefined reference to `QString::reallocData(unsigned int, bool)'
  207. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x174): undefined reference to `QString::reallocData(unsigned int, bool)'
  208. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x1a4): undefined reference to `QString::reallocData(unsigned int, bool)'
  209. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x1e0): undefined reference to `QString::reallocData(unsigned int, bool)'
  210. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x1fc): undefined reference to `QString::resize(int)'
  211. qtextstream.cpp:(.text._ZN18QTextStreamPrivate14fillReadBufferEx+0x34c): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  212. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::flushWriteBuffer()':
  213. qtextstream.cpp:(.text._ZN18QTextStreamPrivate16flushWriteBufferEv+0x74): undefined reference to `QString::reallocData(unsigned int, bool)'
  214. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::scan(QChar const**, int*, int, QTextStreamPrivate::TokenDelimiter)':
  215. qtextstream.cpp:(.text._ZN18QTextStreamPrivate4scanEPPK5QCharPiiNS_14TokenDelimiterE+0xf4): undefined reference to `QChar::isSpace_helper(unsigned int)'
  216. qtextstream.cpp:(.text._ZN18QTextStreamPrivate4scanEPPK5QCharPiiNS_14TokenDelimiterE+0x254): undefined reference to `QChar::isSpace_helper(unsigned int)'
  217. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::write(QChar const*, int)':
  218. qtextstream.cpp:(.text._ZN18QTextStreamPrivate5writeEPK5QChari+0x18): undefined reference to `QString::append(QChar const*, int)'
  219. qtextstream.cpp:(.text._ZN18QTextStreamPrivate5writeEPK5QChari+0x20): undefined reference to `QString::append(QChar const*, int)'
  220. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::putString(QChar const*, int, bool)':
  221. qtextstream.cpp:(.text._ZN18QTextStreamPrivate9putStringEPK5QCharib+0x3c): undefined reference to `QString::QString(int, QChar)'
  222. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStream::readLineInto(QString*, long long)':
  223. qtextstream.cpp:(.text._ZN11QTextStream12readLineIntoEP7QStringx+0x5c): undefined reference to `QString::setUnicode(QChar const*, int)'
  224. qtextstream.cpp:(.text._ZN11QTextStream12readLineIntoEP7QStringx+0xa8): undefined reference to `QString::resize(int)'
  225. qtextstream.cpp:(.text._ZN11QTextStream12readLineIntoEP7QStringx+0x15c): undefined reference to `QString::remove(int, int)'
  226. qtextstream.cpp:(.text._ZN11QTextStream12readLineIntoEP7QStringx+0x168): undefined reference to `QString::operator=(QString const&)'
  227. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStreamPrivate::putNumber(unsigned long long, bool)':
  228. qtextstream.cpp:(.text._ZN18QTextStreamPrivate9putNumberEyb+0x160): undefined reference to `QString::insert(int, QChar)'
  229. qtextstream.cpp:(.text._ZN18QTextStreamPrivate9putNumberEyb+0x2bc): undefined reference to `QString::operator==(QLatin1String) const'
  230. qtextstream.cpp:(.text._ZN18QTextStreamPrivate9putNumberEyb+0x2d4): undefined reference to `QString::insert(int, QChar)'
  231. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qtextstream.o): In function `QTextStream::operator<<(char)':
  232. qtextstream.cpp:(.text._ZN11QTextStreamlsEc+0x3c): undefined reference to `QString::append(QChar)'
  233. qtextstream.cpp:(.text._ZN11QTextStreamlsEc+0x6c): undefined reference to `QString::reallocData(unsigned int, bool)'
  234. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcoreapplication.o): In function `QCoreApplicationPrivate::appName() const':
  235. qcoreapplication.cpp:(.text._ZNK23QCoreApplicationPrivate7appNameEv+0x70): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  236. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcoreapplication.o): In function `QCoreApplicationPrivate::processCommandLineArguments()':
  237. qcoreapplication.cpp:(.text._ZN23QCoreApplicationPrivate27processCommandLineArgumentsEv+0xf4): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  238. qcoreapplication.cpp:(.text._ZN23QCoreApplicationPrivate27processCommandLineArgumentsEv+0x260): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  239. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcoreapplication.o): In function `QCoreApplication::translate(char const*, char const*, char const*, int)':
  240. qcoreapplication.cpp:(.text._ZN16QCoreApplication9translateEPKcS1_S1_i+0x30): undefined reference to `QString::fromUtf8_helper(char const*, int)'
  241. qcoreapplication.cpp:(.text._ZN16QCoreApplication9translateEPKcS1_S1_i+0x5c): undefined reference to `QString::number(int, int)'
  242. qcoreapplication.cpp:(.text._ZN16QCoreApplication9translateEPKcS1_S1_i+0x78): undefined reference to `QString::replace(QLatin1String, QString const&, Qt::CaseSensitivity)'
  243. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcoreapplication.o): In function `QCoreApplication::setApplicationVersion(QString const&)':
  244. qcoreapplication.cpp:(.text._ZN16QCoreApplication21setApplicationVersionERK7QString+0x40): undefined reference to `operator==(QString const&, QString const&)'
  245. qcoreapplication.cpp:(.text._ZN16QCoreApplication21setApplicationVersionERK7QString+0x80): undefined reference to `QString::operator=(QString const&)'
  246. qcoreapplication.cpp:(.text._ZN16QCoreApplication21setApplicationVersionERK7QString+0xe8): undefined reference to `operator==(QString const&, QString const&)'
  247. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcoreapplication.o): In function `QCoreApplication::arguments()':
  248. qcoreapplication.cpp:(.text._ZN16QCoreApplication9argumentsEv+0xe8): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  249. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qsystemerror.o): In function `QSystemError::toString()':
  250. qsystemerror.cpp:(.text._ZN12QSystemError8toStringEv+0x68): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  251. qsystemerror.cpp:(.text._ZN12QSystemError8toStringEv+0x118): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  252. qsystemerror.cpp:(.text._ZN12QSystemError8toStringEv+0x20c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  253. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParser::setApplicationDescription(QString const&)':
  254. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser25setApplicationDescriptionERK7QString+0x8): undefined reference to `QString::operator=(QString const&)'
  255. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParser::errorText() const':
  256. qcommandlineparser.cpp:(.text._ZNK18QCommandLineParser9errorTextEv+0xd0): undefined reference to `QString::arg(QString const&, int, QChar) const'
  257. qcommandlineparser.cpp:(.text._ZNK18QCommandLineParser9errorTextEv+0x274): undefined reference to `QString::arg(QString const&, int, QChar) const'
  258. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParser::showVersion()':
  259. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser11showVersionEv+0x3c): undefined reference to `QString::QString(int, Qt::Initialization)'
  260. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QString& operator+=<QStringRef, QLatin1Char>(QString&, QStringBuilder<QStringRef, QLatin1Char> const&)':
  261. qcommandlineparser.cpp:(.text._ZpLI10QStringRef11QLatin1CharER7QStringS3_RK14QStringBuilderIT_T0_E[QString& operator+=<QStringRef, QLatin1Char>(QString&, QStringBuilder<QStringRef, QLatin1Char> const&)]+0x4c): undefined reference to `QString::reallocData(unsigned int, bool)'
  262. qcommandlineparser.cpp:(.text._ZpLI10QStringRef11QLatin1CharER7QStringS3_RK14QStringBuilderIT_T0_E[QString& operator+=<QStringRef, QLatin1Char>(QString&, QStringBuilder<QStringRef, QLatin1Char> const&)]+0x88): undefined reference to `QString::reallocData(unsigned int, bool)'
  263. qcommandlineparser.cpp:(.text._ZpLI10QStringRef11QLatin1CharER7QStringS3_RK14QStringBuilderIT_T0_E[QString& operator+=<QStringRef, QLatin1Char>(QString&, QStringBuilder<QStringRef, QLatin1Char> const&)]+0x104): undefined reference to `QString::resize(int)'
  264. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `wrapText(QString const&, int, QString const&)':
  265. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x30): undefined reference to `QString::leftJustified(int, QChar, bool) const'
  266. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x54): undefined reference to `QString::QString(int, Qt::Initialization)'
  267. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x1ac): undefined reference to `QChar::isSpace_helper(unsigned int)'
  268. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x1ec): undefined reference to `QString::QString(int, QChar)'
  269. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x1f8): undefined reference to `QString::append(QString const&)'
  270. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x234): undefined reference to `QString::midRef(int, int) const'
  271. qcommandlineparser.cpp:(.text._ZL8wrapTextRK7QStringiS1_+0x2c0): undefined reference to `QChar::isSpace_helper(unsigned int)'
  272. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QString& operator+=<QString, QLatin1Char>(QString&, QStringBuilder<QString, QLatin1Char> const&)':
  273. qcommandlineparser.cpp:(.text._ZpLI7QString11QLatin1CharERS0_S2_RK14QStringBuilderIT_T0_E[QString& operator+=<QString, QLatin1Char>(QString&, QStringBuilder<QString, QLatin1Char> const&)]+0x48): undefined reference to `QString::reallocData(unsigned int, bool)'
  274. qcommandlineparser.cpp:(.text._ZpLI7QString11QLatin1CharERS0_S2_RK14QStringBuilderIT_T0_E[QString& operator+=<QString, QLatin1Char>(QString&, QStringBuilder<QString, QLatin1Char> const&)]+0x84): undefined reference to `QString::reallocData(unsigned int, bool)'
  275. qcommandlineparser.cpp:(.text._ZpLI7QString11QLatin1CharERS0_S2_RK14QStringBuilderIT_T0_E[QString& operator+=<QString, QLatin1Char>(QString&, QStringBuilder<QString, QLatin1Char> const&)]+0xec): undefined reference to `QString::resize(int)'
  276. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParserPrivate::helpText() const':
  277. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x174): undefined reference to `QString::reallocData(unsigned int, bool)'
  278. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x1d4): undefined reference to `QString::append(QString const&)'
  279. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x268): undefined reference to `QString::reallocData(unsigned int, bool)'
  280. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x2a0): undefined reference to `QString::append(QString const&)'
  281. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x310): undefined reference to `QString::arg(QString const&, int, QChar) const'
  282. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x3d4): undefined reference to `QString::reallocData(unsigned int, bool)'
  283. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x618): undefined reference to `QString::append(QString const&)'
  284. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x764): undefined reference to `QString::reallocData(unsigned int, bool)'
  285. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x7a0): undefined reference to `QString::reallocData(unsigned int, bool)'
  286. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x82c): undefined reference to `QString::resize(int)'
  287. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0x9b8): undefined reference to `QString::append(QString const&)'
  288. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0xa60): undefined reference to `QString::reallocData(unsigned int, bool)'
  289. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0xb6c): undefined reference to `QString::append(QString const&)'
  290. qcommandlineparser.cpp:(.text._ZNK25QCommandLineParserPrivate8helpTextEv+0xba0): undefined reference to `QString::QString(int, Qt::Initialization)'
  291. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QHash<QString, int>::findNode(QString const&, unsigned int*) const':
  292. qcommandlineparser.cpp:(.text._ZNK5QHashI7QStringiE8findNodeERKS0_Pj[QHash<QString, int>::findNode(QString const&, unsigned int*) const]+0x9c): undefined reference to `operator==(QString const&, QString const&)'
  293. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParser::addPositionalArgument(QString const&, QString const&, QString const&)':
  294. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser21addPositionalArgumentERK7QStringS2_S2_+0x38): undefined reference to `QString::operator=(QString const&)'
  295. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser21addPositionalArgumentERK7QStringS2_S2_+0x44): undefined reference to `QString::operator=(QString const&)'
  296. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser21addPositionalArgumentERK7QStringS2_S2_+0x60): undefined reference to `QString::operator=(QString const&)'
  297. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParserPrivate::parseOptionValue(QString const&, QString const&, QList<QString>::const_iterator*, QList<QString>::const_iterator)':
  298. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate16parseOptionValueERK7QStringS2_PN5QListIS0_E14const_iteratorES5_+0x48): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  299. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate16parseOptionValueERK7QStringS2_PN5QListIS0_E14const_iteratorES5_+0x1a8): undefined reference to `QString::left(int) const'
  300. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate16parseOptionValueERK7QStringS2_PN5QListIS0_E14const_iteratorES5_+0x1c4): undefined reference to `QString::arg(QString const&, int, QChar) const'
  301. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate16parseOptionValueERK7QStringS2_PN5QListIS0_E14const_iteratorES5_+0x2f4): undefined reference to `QString::mid(int, int) const'
  302. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate16parseOptionValueERK7QStringS2_PN5QListIS0_E14const_iteratorES5_+0x3e4): undefined reference to `QString::arg(QString const&, int, QChar) const'
  303. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParserPrivate::parse(QStringList const&)':
  304. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x110): undefined reference to `QString::startsWith(QString const&, Qt::CaseSensitivity) const'
  305. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x26c): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  306. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x318): undefined reference to `QString::mid(int, int) const'
  307. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x46c): undefined reference to `QString::mid(int, int) const'
  308. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x47c): undefined reference to `QString::QString(QChar)'
  309. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x498): undefined reference to `QString::section(QString const&, int, int, QFlags<QString::SectionFlag>) const'
  310. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x588): undefined reference to `QString::mid(int, int) const'
  311. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x598): undefined reference to `QString::QString(QChar)'
  312. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x5b4): undefined reference to `QString::section(QString const&, int, int, QFlags<QString::SectionFlag>) const'
  313. qcommandlineparser.cpp:(.text._ZN25QCommandLineParserPrivate5parseERK11QStringList+0x898): undefined reference to `QString::mid(int, int) const'
  314. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineparser.o): In function `QCommandLineParser::process(QStringList const&)':
  315. qcommandlineparser.cpp:(.text._ZN18QCommandLineParser7processERK11QStringList+0x14c): undefined reference to `QString::QString(int, Qt::Initialization)'
  316. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineoption.o): In function `QCommandLineOption::setDescription(QString const&)':
  317. qcommandlineoption.cpp:(.text._ZN18QCommandLineOption14setDescriptionERK7QString+0x114): undefined reference to `QString::operator=(QString const&)'
  318. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineoption.o): In function `QCommandLineOption::setValueName(QString const&)':
  319. qcommandlineoption.cpp:(.text._ZN18QCommandLineOption12setValueNameERK7QString+0x114): undefined reference to `QString::operator=(QString const&)'
  320. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qcommandlineoption.o): In function `QCommandLineOptionPrivate::setNames(QStringList const&)':
  321. qcommandlineoption.cpp:(.text._ZN25QCommandLineOptionPrivate8setNamesERK11QStringList+0x150): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  322. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qdatetime.o): In function `qt_tzname(QDateTimePrivate::DaylightStatus)':
  323. qdatetime.cpp:(.text._ZL9qt_tznameN16QDateTimePrivate14DaylightStatusE+0x48): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  324. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlocale.o): In function `QLocaleData::longLongToString(QChar, QChar, QChar, QChar, long long, int, int, int, unsigned int)':
  325. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0xec): undefined reference to `QString::insert(int, QChar)'
  326. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x158): undefined reference to `QString::insert(int, QChar)'
  327. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x25c): undefined reference to `QString::insert(int, QChar)'
  328. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x2d8): undefined reference to `QString::insert(int, QChar)'
  329. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x31c): undefined reference to `QString::reallocData(unsigned int, bool)'
  330. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x340): undefined reference to `QString::insert(int, QChar)'
  331. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x354): undefined reference to `QString::insert(int, QChar)'
  332. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x398): undefined reference to `QString::insert(int, QChar)'
  333. qlocale.cpp:(.text._ZN11QLocaleData16longLongToStringE5QCharS0_S0_S0_xiiij+0x3dc): undefined reference to `QString::insert(int, QLatin1String)'
  334. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlocale.o): In function `QLocaleData::unsLongLongToString(QChar, QChar, QChar, unsigned long long, int, int, int, unsigned int)':
  335. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x88): undefined reference to `QString::insert(int, QChar)'
  336. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0xc0): undefined reference to `QString::insert(int, QChar)'
  337. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x118): undefined reference to `QString::insert(int, QChar)'
  338. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x1f4): undefined reference to `QString::insert(int, QChar)'
  339. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x22c): undefined reference to `QString::reallocData(unsigned int, bool)'
  340. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x250): undefined reference to `QString::insert(int, QChar)'
  341. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x264): undefined reference to `QString::insert(int, QChar)'
  342. qlocale.cpp:(.text._ZN11QLocaleData19unsLongLongToStringE5QCharS0_S0_yiiij+0x2a4): undefined reference to `QString::insert(int, QLatin1String)'
  343. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlocale_tools.o): In function `qulltoa(unsigned long long, int, QChar)':
  344. qlocale_tools.cpp:(.text._Z7qulltoayi5QChar+0x9c): undefined reference to `QString::QString(QChar const*, int)'
  345. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `operator==(QRegExpEngineKey const&, QRegExpEngineKey const&)':
  346. qregexp.cpp:(.text._ZeqRK16QRegExpEngineKeyS1_+0xc): undefined reference to `operator==(QString const&, QString const&)'
  347. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `isWord(QChar)':
  348. qregexp.cpp:(.text._ZL6isWord5QChar+0x4c): undefined reference to `QChar::isMark(unsigned int)'
  349. qregexp.cpp:(.text._ZL6isWord5QChar+0x6c): undefined reference to `QChar::isLetterOrNumber_helper(unsigned int)'
  350. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QString::operator+=(QChar)':
  351. qregexp.cpp:(.text._ZN7QStringpLE5QChar[QString::operator+=(QChar)]+0x2c): undefined reference to `QString::reallocData(unsigned int, bool)'
  352. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `wc2rx(QString const&, bool)':
  353. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x204): undefined reference to `QString::reallocData(unsigned int, bool)'
  354. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x2a0): undefined reference to `QString::append(QLatin1String)'
  355. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x2d8): undefined reference to `QString::reallocData(unsigned int, bool)'
  356. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x344): undefined reference to `QString::append(QLatin1String)'
  357. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x374): undefined reference to `QString::reallocData(unsigned int, bool)'
  358. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x3c0): undefined reference to `QString::reallocData(unsigned int, bool)'
  359. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x420): undefined reference to `QString::reallocData(unsigned int, bool)'
  360. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x478): undefined reference to `QString::reallocData(unsigned int, bool)'
  361. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x528): undefined reference to `QString::reallocData(unsigned int, bool)'
  362. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x58c): undefined reference to `QString::append(QLatin1String)'
  363. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x5dc): undefined reference to `QString::append(QLatin1String)'
  364. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x62c): undefined reference to `QString::append(QLatin1String)'
  365. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x65c): undefined reference to `QString::append(QLatin1String)'
  366. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x68c): undefined reference to `QString::append(QLatin1String)'
  367. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o):qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x6f4): more undefined references to `QString::append(QLatin1String)' follow
  368. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `wc2rx(QString const&, bool)':
  369. qregexp.cpp:(.text._ZL5wc2rxRK7QStringb+0x794): undefined reference to `QString::reallocData(unsigned int, bool)'
  370. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpCharClass::in(QChar) const':
  371. qregexp.cpp:(.text._ZNK16QRegExpCharClass2inE5QChar+0xa0): undefined reference to `QChar::category(unsigned int)'
  372. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::error(char const*)':
  373. qregexp.cpp:(.text._ZN13QRegExpEngine5errorEPKc+0x58): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  374. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExp::escape(QString const&)':
  375. qregexp.cpp:(.text._ZN7QRegExp6escapeERK7QString+0x54): undefined reference to `QString::reallocData(unsigned int, bool)'
  376. qregexp.cpp:(.text._ZN7QRegExp6escapeERK7QString+0x21c): undefined reference to `QString::append(QChar)'
  377. qregexp.cpp:(.text._ZN7QRegExp6escapeERK7QString+0x238): undefined reference to `QString::append(QChar)'
  378. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpMatchState::matchHere()':
  379. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0x8d8): undefined reference to `QChar::toLower(unsigned int)'
  380. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0x8e8): undefined reference to `QChar::toLower(unsigned int)'
  381. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xce0): undefined reference to `QChar::toLower(unsigned int)'
  382. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xcfc): undefined reference to `QChar::toUpper(unsigned int)'
  383. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xdb0): undefined reference to `QChar::toLower(unsigned int)'
  384. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xde8): undefined reference to `QChar::toLower(unsigned int)'
  385. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xdf8): undefined reference to `QChar::toLower(unsigned int)'
  386. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xe68): undefined reference to `QChar::toLower(unsigned int)'
  387. qregexp.cpp:(.text._ZN17QRegExpMatchState9matchHereEv+0xe78): undefined reference to `QChar::toLower(unsigned int)'
  388. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::goodStringMatch(QRegExpMatchState&) const':
  389. qregexp.cpp:(.text._ZNK13QRegExpEngine15goodStringMatchER17QRegExpMatchState+0x38): undefined reference to `QStringMatcher::QStringMatcher(QChar const*, int, Qt::CaseSensitivity)'
  390. qregexp.cpp:(.text._ZNK13QRegExpEngine15goodStringMatchER17QRegExpMatchState+0x4c): undefined reference to `QStringMatcher::indexIn(QChar const*, int, int) const'
  391. qregexp.cpp:(.text._ZNK13QRegExpEngine15goodStringMatchER17QRegExpMatchState+0xb4): undefined reference to `QStringMatcher::~QStringMatcher()'
  392. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpMatchState::match(QChar const*, int, int, bool, bool, int)':
  393. qregexp.cpp:(.text._ZN17QRegExpMatchState5matchEPK5QChariibbi+0x104): undefined reference to `qFindString(QChar const*, int, int, QChar const*, int, Qt::CaseSensitivity)'
  394. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::getEscape()':
  395. qregexp.cpp:(.text._ZN13QRegExpEngine9getEscapeEv+0x714): undefined reference to `QChar::toLower(unsigned int)'
  396. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::Box::operator=(QRegExpEngine::Box const&)':
  397. qregexp.cpp:(.text._ZN13QRegExpEngine3BoxaSERKS0_+0xe0): undefined reference to `QString::operator=(QString const&)'
  398. qregexp.cpp:(.text._ZN13QRegExpEngine3BoxaSERKS0_+0xec): undefined reference to `QString::operator=(QString const&)'
  399. qregexp.cpp:(.text._ZN13QRegExpEngine3BoxaSERKS0_+0xf8): undefined reference to `QString::operator=(QString const&)'
  400. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::Box::set(QChar)':
  401. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3setE5QChar+0x80): undefined reference to `QString::operator=(QChar)'
  402. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3setE5QChar+0x8c): undefined reference to `QString::operator=(QChar)'
  403. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3setE5QChar+0x98): undefined reference to `QString::operator=(QChar)'
  404. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExpEngine::Box::cat(QRegExpEngine::Box const&)':
  405. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3catERKS0_+0x24c): undefined reference to `QString::append(QString const&)'
  406. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3catERKS0_+0x298): undefined reference to `QString::operator=(QString const&)'
  407. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3catERKS0_+0x430): undefined reference to `QString::operator=(QString const&)'
  408. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3catERKS0_+0x450): undefined reference to `QString::append(QString const&)'
  409. qregexp.cpp:(.text._ZN13QRegExpEngine3Box3catERKS0_+0x470): undefined reference to `QString::append(QString const&)'
  410. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `prepareEngineForMatch(QRegExpPrivate*, QString const&)':
  411. qregexp.cpp:(.text._ZL21prepareEngineForMatchP14QRegExpPrivateRK7QString+0x38): undefined reference to `QString::operator=(QString const&)'
  412. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qregexp.o): In function `QRegExp::operator=(QRegExp const&)':
  413. qregexp.cpp:(.text._ZN7QRegExpaSERKS_+0x48): undefined reference to `QString::operator=(QString const&)'
  414. qregexp.cpp:(.text._ZN7QRegExpaSERKS_+0x74): undefined reference to `QString::operator=(QString const&)'
  415. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::trimmed() const':
  416. qstring_compat.cpp:(.text._ZNK7QString7trimmedEv+0x8): undefined reference to `QString::trimmed_helper(QString const&)'
  417. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::simplified() const':
  418. qstring_compat.cpp:(.text._ZNK7QString10simplifiedEv+0x8): undefined reference to `QString::simplified_helper(QString const&)'
  419. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::toLower() const':
  420. qstring_compat.cpp:(.text._ZNK7QString7toLowerEv+0x8): undefined reference to `QString::toLower_helper(QString const&)'
  421. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::toUpper() const':
  422. qstring_compat.cpp:(.text._ZNK7QString7toUpperEv+0x8): undefined reference to `QString::toUpper_helper(QString const&)'
  423. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::toLatin1() const':
  424. qstring_compat.cpp:(.text._ZNK7QString8toLatin1Ev+0x8): undefined reference to `QString::toLatin1_helper(QString const&)'
  425. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::toLocal8Bit() const':
  426. qstring_compat.cpp:(.text._ZNK7QString11toLocal8BitEv+0x18): undefined reference to `QString::toLocal8Bit_helper(QChar const*, int)'
  427. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstring_compat.o): In function `QString::toUtf8() const':
  428. qstring_compat.cpp:(.text._ZNK7QString6toUtf8Ev+0x8): undefined reference to `QString::toUtf8_helper(QString const&)'
  429. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstringlist.o): In function `QtPrivate::QStringList_contains(QStringList const*, QString const&, Qt::CaseSensitivity)':
  430. qstringlist.cpp:(.text._ZN9QtPrivate20QStringList_containsEPK11QStringListRK7QStringN2Qt15CaseSensitivityE+0x74): undefined reference to `QString::compare(QString const&, Qt::CaseSensitivity) const'
  431. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstringlist.o): In function `QtPrivate::QStringList_join(QStringList const*, QChar const*, int)':
  432. qstringlist.cpp:(.text._ZN9QtPrivate16QStringList_joinEPK11QStringListPK5QChari+0x9c): undefined reference to `QString::reallocData(unsigned int, bool)'
  433. qstringlist.cpp:(.text._ZN9QtPrivate16QStringList_joinEPK11QStringListPK5QChari+0xe4): undefined reference to `QString::append(QString const&)'
  434. qstringlist.cpp:(.text._ZN9QtPrivate16QStringList_joinEPK11QStringListPK5QChari+0x104): undefined reference to `QString::append(QChar const*, int)'
  435. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qjsonvalue.o): In function `QJsonValue::QJsonValue(QLatin1String)':
  436. qjsonvalue.cpp:(.text._ZN10QJsonValueC2E13QLatin1String+0x24): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  437. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::canonicalName(QFileSystemEntry const&, QFileSystemMetaData&)':
  438. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13canonicalNameERK16QFileSystemEntryR19QFileSystemMetaData+0xfc): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  439. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::resolveUserName(unsigned int)':
  440. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15resolveUserNameEj+0x5c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  441. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15resolveUserNameEj+0xd4): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  442. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::resolveGroupName(unsigned int)':
  443. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine16resolveGroupNameEj+0x5c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  444. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine16resolveGroupNameEj+0xd4): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  445. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o):qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0xfc): more undefined references to `QString::fromLocal8Bit_helper(char const*, int)' follow
  446. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::getLinkTarget(QFileSystemEntry const&, QFileSystemMetaData&)':
  447. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x10c): undefined reference to `QString::append(QString const&)'
  448. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x168): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  449. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x1d0): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  450. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x1e4): undefined reference to `QString::chop(int)'
  451. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x368): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  452. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x398): undefined reference to `QString::reallocData(unsigned int, bool)'
  453. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x424): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  454. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x450): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  455. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x4c4): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  456. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x4dc): undefined reference to `QString::left(int) const'
  457. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x4fc): undefined reference to `QString::QString(int, Qt::Initialization)'
  458. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x550): undefined reference to `QString::insert(int, QChar const*, int)'
  459. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x654): undefined reference to `QString::QString(int, Qt::Initialization)'
  460. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine13getLinkTargetERK16QFileSystemEntryR19QFileSystemMetaData+0x6ac): undefined reference to `QString::insert(int, QChar const*, int)'
  461. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::createDirectory(QFileSystemEntry const&, bool)':
  462. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15createDirectoryERK16QFileSystemEntryb+0x70): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  463. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15createDirectoryERK16QFileSystemEntryb+0x148): undefined reference to `QString::left(int) const'
  464. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::removeDirectory(QFileSystemEntry const&, bool)':
  465. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15removeDirectoryERK16QFileSystemEntryb+0xc4): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  466. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine15removeDirectoryERK16QFileSystemEntryb+0x100): undefined reference to `QString::left(int) const'
  467. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::rootPath()':
  468. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8rootPathEv+0x14): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  469. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::homePath()':
  470. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8homePathEv+0x44): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  471. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8homePathEv+0xe8): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  472. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::tempPath()':
  473. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8tempPathEv+0x44): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  474. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8tempPathEv+0x80): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  475. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine8tempPathEv+0x124): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  476. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfilesystemengine_unix.o): In function `QFileSystemEngine::absoluteName(QFileSystemEntry const&)':
  477. qfilesystemengine_unix.cpp:(.text._ZN17QFileSystemEngine12absoluteNameERK16QFileSystemEntry+0x17c): undefined reference to `QString::append(QChar)'
  478. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qfsfileengine_unix.o): In function `QFSFileEnginePrivate::nativeOpen(QFlags<QIODevice::OpenModeFlag>)':
  479. qfsfileengine_unix.cpp:(.text._ZN20QFSFileEnginePrivate10nativeOpenE6QFlagsIN9QIODevice12OpenModeFlagEE+0x288): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  480. qfsfileengine_unix.cpp:(.text._ZN20QFSFileEnginePrivate10nativeOpenE6QFlagsIN9QIODevice12OpenModeFlagEE+0x544): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  481. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qutfcodec.o): In function `QUtf8::convertToUnicode(char const*, int, QTextCodec::ConverterState*)':
  482. qutfcodec.cpp:(.text._ZN5QUtf816convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x24): undefined reference to `QString::QString(int, Qt::Initialization)'
  483. qutfcodec.cpp:(.text._ZN5QUtf816convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x118): undefined reference to `QString::truncate(int)'
  484. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qutfcodec.o): In function `QUtf16::convertToUnicode(char const*, int, QTextCodec::ConverterState*, DataEndianness)':
  485. qutfcodec.cpp:(.text._ZN6QUtf1616convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0x6c): undefined reference to `QString::QString(int, Qt::Initialization)'
  486. qutfcodec.cpp:(.text._ZN6QUtf1616convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0x90): undefined reference to `QString::reallocData(unsigned int, bool)'
  487. qutfcodec.cpp:(.text._ZN6QUtf1616convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0x148): undefined reference to `QString::truncate(int)'
  488. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qutfcodec.o): In function `QUtf32::convertToUnicode(char const*, int, QTextCodec::ConverterState*, DataEndianness)':
  489. qutfcodec.cpp:(.text._ZN6QUtf3216convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0x84): undefined reference to `QString::resize(int)'
  490. qutfcodec.cpp:(.text._ZN6QUtf3216convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0xa8): undefined reference to `QString::reallocData(unsigned int, bool)'
  491. qutfcodec.cpp:(.text._ZN6QUtf3216convertToUnicodeEPKciPN10QTextCodec14ConverterStateE14DataEndianness+0x198): undefined reference to `QString::truncate(int)'
  492. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qglobal.o): In function `qt_error_string(int)':
  493. qglobal.cpp:(.text._Z15qt_error_stringi+0xcc): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  494. qglobal.cpp:(.text._Z15qt_error_stringi+0x168): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  495. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qabstractfileengine.o): In function `QAbstractFileEngineIterator::setPath(QString const&)':
  496. qabstractfileengine.cpp:(.text._ZN27QAbstractFileEngineIterator7setPathERK7QString+0x4): undefined reference to `QString::operator=(QString const&)'
  497. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qabstractfileengine.o): In function `QAbstractFileEngineIterator::currentFilePath() const':
  498. qabstractfileengine.cpp:(.text._ZNK27QAbstractFileEngineIterator15currentFilePathEv+0x60): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  499. qabstractfileengine.cpp:(.text._ZNK27QAbstractFileEngineIterator15currentFilePathEv+0x74): undefined reference to `QString::append(QChar)'
  500. qabstractfileengine.cpp:(.text._ZNK27QAbstractFileEngineIterator15currentFilePathEv+0x90): undefined reference to `QString::insert(int, QChar const*, int)'
  501. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qabstractfileengine.o): In function `QAbstractFileEngineIterator::currentFileInfo() const':
  502. qabstractfileengine.cpp:(.text._ZNK27QAbstractFileEngineIterator15currentFileInfoEv+0x30): undefined reference to `operator==(QString const&, QString const&)'
  503. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qabstractfileengine.o): In function `QAbstractFileEngine::setError(QFileDevice::FileError, QString const&)':
  504. qabstractfileengine.cpp:(.text._ZN19QAbstractFileEngine8setErrorEN11QFileDevice9FileErrorERK7QString+0x10): undefined reference to `QString::operator=(QString const&)'
  505. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstandardpaths.o): In function `QStandardPaths::locate(QStandardPaths::StandardLocation, QString const&, QFlags<QStandardPaths::LocateOption>)':
  506. qstandardpaths.cpp:(.text._ZN14QStandardPaths6locateENS_16StandardLocationERK7QString6QFlagsINS_12LocateOptionEE+0x70): undefined reference to `QString::QString(int, Qt::Initialization)'
  507. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qloggingregistry.o): In function `QLoggingRule::pass(QString const&, QtMsgType) const':
  508. qloggingregistry.cpp:(.text._ZNK12QLoggingRule4passERK7QString9QtMsgType+0x44): undefined reference to `QString::indexOf(QString const&, int, Qt::CaseSensitivity) const'
  509. qloggingregistry.cpp:(.text._ZNK12QLoggingRule4passERK7QString9QtMsgType+0xb4): undefined reference to `operator==(QString const&, QString const&)'
  510. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qloggingregistry.o): In function `QLoggingRule::parse(QStringRef const&)':
  511. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x44): undefined reference to `QStringRef::endsWith(QLatin1String, Qt::CaseSensitivity) const'
  512. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x70): undefined reference to `QStringRef::indexOf(QChar, int, Qt::CaseSensitivity) const'
  513. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x90): undefined reference to `QStringRef::endsWith(QChar, Qt::CaseSensitivity) const'
  514. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0xc0): undefined reference to `QStringRef::startsWith(QChar, Qt::CaseSensitivity) const'
  515. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0xdc): undefined reference to `QStringRef::indexOf(QChar, int, Qt::CaseSensitivity) const'
  516. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0xf4): undefined reference to `QStringRef::toString() const'
  517. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x18c): undefined reference to `QStringRef::endsWith(QLatin1String, Qt::CaseSensitivity) const'
  518. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x1d4): undefined reference to `QStringRef::endsWith(QLatin1String, Qt::CaseSensitivity) const'
  519. qloggingregistry.cpp:(.text._ZN12QLoggingRule5parseERK10QStringRef+0x21c): undefined reference to `QStringRef::endsWith(QLatin1String, Qt::CaseSensitivity) const'
  520. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qloggingregistry.o): In function `QLoggingSettingsParser::setContent(QTextStream&)':
  521. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x110): undefined reference to `QString::remove(QChar, Qt::CaseSensitivity)'
  522. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x120): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  523. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x138): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  524. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x150): undefined reference to `QString::endsWith(QChar, Qt::CaseSensitivity) const'
  525. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x174): undefined reference to `QString::mid(int, int) const'
  526. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x220): undefined reference to `QString::operator==(QLatin1String) const'
  527. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x23c): undefined reference to `QString::indexOf(QChar, int, Qt::CaseSensitivity) const'
  528. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x25c): undefined reference to `QString::lastIndexOf(QChar, int, Qt::CaseSensitivity) const'
  529. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x2f8): undefined reference to `QString::leftRef(int) const'
  530. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x30c): undefined reference to `QString::midRef(int, int) const'
  531. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x330): undefined reference to `operator==(QLatin1String, QStringRef const&)'
  532. qloggingregistry.cpp:(.text._ZN22QLoggingSettingsParser10setContentER11QTextStream+0x53c): undefined reference to `operator==(QLatin1String, QStringRef const&)'
  533. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qloggingregistry.o): In function `QLoggingRegistry::defaultCategoryFilter(QLoggingCategory*)':
  534. qloggingregistry.cpp:(.text._ZN16QLoggingRegistry21defaultCategoryFilterEP16QLoggingCategory+0xe8): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  535. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qloggingregistry.o): In function `QLoggingRegistry::init()':
  536. qloggingregistry.cpp:(.text._ZN16QLoggingRegistry4initEv+0x60): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  537. qloggingregistry.cpp:(.text._ZN16QLoggingRegistry4initEv+0x10c): undefined reference to `QString::operator=(QString const&)'
  538. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qjson.o): In function `QJsonPrivate::Entry::operator==(QString const&) const':
  539. qjson.cpp:(.text._ZNK12QJsonPrivate5EntryeqERK7QString+0x34): undefined reference to `QString::operator==(QLatin1String) const'
  540. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qjson.o): In function `QJsonPrivate::Object::indexOf(QString const&, bool*)':
  541. qjson.cpp:(.text._ZN12QJsonPrivate6Object7indexOfERK7QStringPb+0x38): undefined reference to `QString::operator>(QLatin1String) const'
  542. qjson.cpp:(.text._ZN12QJsonPrivate6Object7indexOfERK7QStringPb+0x9c): undefined reference to `QString::QString(QChar const*, int)'
  543. qjson.cpp:(.text._ZN12QJsonPrivate6Object7indexOfERK7QStringPb+0xa8): undefined reference to `operator<(QString const&, QString const&)'
  544. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstandardpaths_unix.o): In function `QStandardPaths::writableLocation(QStandardPaths::StandardLocation)':
  545. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x8c): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  546. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x1a4): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  547. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x208): undefined reference to `QString::QString(int, Qt::Initialization)'
  548. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x248): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  549. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x308): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  550. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x36c): undefined reference to `QString::QString(int, Qt::Initialization)'
  551. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x3ac): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  552. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x454): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  553. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x72c): undefined reference to `QString::QString(int, Qt::Initialization)'
  554. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x76c): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  555. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x974): undefined reference to `QString::QString(int, Qt::Initialization)'
  556. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x9b4): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  557. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xa60): undefined reference to `QString::QString(int, Qt::Initialization)'
  558. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xaa0): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  559. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xb14): undefined reference to `QString::QString(int, Qt::Initialization)'
  560. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xb54): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  561. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xbc0): undefined reference to `QString::QString(int, Qt::Initialization)'
  562. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xc00): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  563. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xc68): undefined reference to `QString::QString(int, Qt::Initialization)'
  564. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xca8): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  565. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xd10): undefined reference to `QString::QString(int, Qt::Initialization)'
  566. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xd50): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  567. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xdb8): undefined reference to `QString::QString(int, Qt::Initialization)'
  568. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xdf8): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  569. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xe70): undefined reference to `QString::QString(int, Qt::Initialization)'
  570. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xeb0): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  571. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xfac): undefined reference to `QString::QString(int, Qt::Initialization)'
  572. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0xfec): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  573. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x1078): undefined reference to `QString::QString(int, Qt::Initialization)'
  574. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x10b8): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  575. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x1144): undefined reference to `QString::QString(int, Qt::Initialization)'
  576. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x1184): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  577. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x11ec): undefined reference to `QString::QString(int, Qt::Initialization)'
  578. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths16writableLocationENS_16StandardLocationE+0x122c): undefined reference to `QAbstractConcatenable::appendLatin1To(char const*, int, QChar*)'
  579. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstandardpaths_unix.o): In function `xdgConfigDirs()':
  580. qstandardpaths_unix.cpp:(.text._ZL13xdgConfigDirsv+0x58): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  581. qstandardpaths_unix.cpp:(.text._ZL13xdgConfigDirsv+0xac): undefined reference to `QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const'
  582. qstandardpaths_unix.cpp:(.text._ZL13xdgConfigDirsv+0x158): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  583. qstandardpaths_unix.cpp:(.text._ZL13xdgConfigDirsv+0x194): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  584. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstandardpaths_unix.o): In function `xdgDataDirs()':
  585. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x58): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  586. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0xac): undefined reference to `QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const'
  587. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x280): undefined reference to `QString::startsWith(QChar, Qt::CaseSensitivity) const'
  588. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x508): undefined reference to `QString::fromLocal8Bit_helper(char const*, int)'
  589. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x544): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  590. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x58c): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  591. qstandardpaths_unix.cpp:(.text._ZL11xdgDataDirsv+0x620): undefined reference to `QString::operator=(QString const&)'
  592. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qstandardpaths_unix.o): In function `QStandardPaths::standardLocations(QStandardPaths::StandardLocation)':
  593. qstandardpaths_unix.cpp:(.text._ZN14QStandardPaths17standardLocationsENS_16StandardLocationE+0x3d4): undefined reference to `QString::append(QLatin1String)'
  594. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlatincodec.o): In function `QLatin15Codec::convertToUnicode(char const*, int, QTextCodec::ConverterState*) const':
  595. qlatincodec.cpp:(.text._ZNK13QLatin15Codec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x30): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  596. qlatincodec.cpp:(.text._ZNK13QLatin15Codec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x54): undefined reference to `QString::reallocData(unsigned int, bool)'
  597. qlatincodec.cpp:(.text._ZNK13QLatin15Codec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x1dc): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  598. /home/pi/opt/qt5/qtbase/lib/libQt5Bootstrap.a(qlatincodec.o): In function `QLatin1Codec::convertToUnicode(char const*, int, QTextCodec::ConverterState*) const':
  599. qlatincodec.cpp:(.text._ZNK12QLatin1Codec16convertToUnicodeEPKciPN10QTextCodec14ConverterStateE+0x28): undefined reference to `QString::fromLatin1_helper(char const*, int)'
  600. collect2: ld returned 1 exit status
  601. Makefile:148: recipe for target '../../../bin/moc' failed
  602. make[3]: *** [../../../bin/moc] Error 1
  603. make[3]: Leaving directory '/home/pi/opt/qt5/qtbase/src/tools/moc'
  604. Makefile:92: recipe for target 'sub-moc-make_first' failed
  605. make[2]: *** [sub-moc-make_first] Error 2
  606. make[2]: Leaving directory '/home/pi/opt/qt5/qtbase/src'
  607. Makefile:45: recipe for target 'sub-src-make_first' failed
  608. make[1]: *** [sub-src-make_first] Error 2
  609. make[1]: Leaving directory '/home/pi/opt/qt5/qtbase'
  610. Makefile:73: recipe for target 'module-qtbase-make_first' failed
  611. make: *** [module-qtbase-make_first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement