Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cross Compile Qt6.8.3 for Arduino portenta X8
Qt 6.11 is out! See what's new in the release blog

Cross Compile Qt6.8.3 for Arduino portenta X8

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 50 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.
  • LeonSuL Offline
    LeonSuL Offline
    LeonSu
    wrote last edited by LeonSu
    #1

    Hello Every one!

    kernel version of Yocto : 6.6.52

    I created an environment for the Arduino Portenta X8, with the following local.conf.
    //----------------------------------------------------------------------
    MAGE_INSTALL:append = " qtbase qtdeclarative qtwayland qtserialport qtmqtt qtwebsockets qtmultimedia qtsvg qtshaderto ols qtcharts qttools qtbase-tools "
    TOOLCHAIN_HOST_TASK:append = " nativesdk-qtbase-tools nativesdk-cmake nativesdk-ninja "
    TOOLCHAIN_TARGET_TASK:append = " qtbase-dev qtdeclarative-dev qttools-dev qtwayland-dev qtmqtt-dev qtserialport-dev qt connectivity-dev "
    //-------------------------------------------------------------------------
    After the build process, qmake references the host library path instead of the target path. The output is shown below.
    Screenshot 2026-04-23 171657.png

    In the STM32MP2 case, qmake correctly references the target path. The output is shown below.
    Screenshot 2026-04-23 172710.png

    How can I fix this problem?
    I will be grateful for any help you can provide.

    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