Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QTWebEngine final link failed for Qt5.5.0 single archive on ARM iMX6 cross compile.
Forum Updated to NodeBB v4.3 + New Features

QTWebEngine final link failed for Qt5.5.0 single archive on ARM iMX6 cross compile.

Scheduled Pinned Locked Moved Mobile and Embedded
cross compileimx6armqt5.5qtwebengine
1 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Phill ONeill
    wrote on last edited by
    #1

    Hi,

    We are trying to build the opensource Qt5.5.0 using single archive and QtWebEngine is failing link (link command is 40.5k characters long :/) with undefined reference errors for qt_gl_global_share_context(), QString::toLower_helper(QString const&), QSGSimpleTextureNode::setSourceRect(QRectF const&), QAccessible::removeActivationObserver(QAccessible::ActivationObserver*) and QAccessible::installActivationObserver(QAccessible::ActivationObserver*). The link command in linking against Qt5Core and Qt5Gui where these are defined. I am using a Gentoo gcc cross compiler 4.8.4. Using a later version of Gentoo gcc cross compiler 4.9.2 I get additional undefined references to std::__throw_out_of_range_fmt(char const*, ...) and these are definitely . Using Qt 5.4.2 i get even more undefined references.

    Since QtWebEngine embeds a chromium object in a Qt and as far as I can tell building chromium has problems building on small memory platforms < 4GB memory, I wondering if I'm hitting such an issue. The link is using the -fuse-ld=gold switch which is what chromium needs to link successfully.

    Has anyone been able to successfully build QtWebEngine from tar ball releases that it has been deployed in.

    Regards, Phill.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved