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. Cross compiling QT webengine for RPI0/1 (armv6 target)

Cross compiling QT webengine for RPI0/1 (armv6 target)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 215 Views
  • 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
    PScaffardi
    wrote on last edited by
    #1

    Hi there! I followed many guides to successfully cross compile QT 5.12.x for Raspberry PI. I had success for RPI3 targets but i cannot build for RPI0 because there is no working available gcc toolchain that meets both QTwebengine (gcc > 5.0) and RPI0 target (armv6) requirements. Standard RPI tools gcc toolchains versions are < 5.0, and linaro gcc toolchains only supports armv7 and armv8 targets.

    When using 3rd party toolchains on the web i always have problems with missing crt1.o and other libraries, when used into a sysroot environment (used by the guide above to cross compile QT).

    Could someone help me and win a good pizza and beer? ;-)

    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