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 for Altera SoC (DE1-SoC-MTL2) issue: "Unknown Module(s) in QT: quick"

Cross-compiling for Altera SoC (DE1-SoC-MTL2) issue: "Unknown Module(s) in QT: quick"

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 400 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.
  • T Offline
    T Offline
    tommyboy
    wrote on last edited by
    #1

    I'm trying to compile a Qt application that uses QtCharts for the Terasic Development Board DE1-SoC-MTL2. This dev board comes with Linux LXDE and Qt version 5.3.1 pre-installed. I tested a simple Qt application on the dev board and it works. However, when I try to build an application that uses QtCharts I get the following compile output:

    21:27:49: Starting: "/usr/local/qt-5.3.1-altera-soc/bin/qmake" /home/mcmonigt/Applications/Qt/Examples/Qt-5.12.3/charts/qmloscilloscope/qmloscilloscope.pro -spec linux-arm-gnueabihf-g++
    Project ERROR: Unknown module(s) in QT: quick charts
    21:27:49: The process "/usr/local/qt-5.3.1-altera-soc/bin/qmake" exited with code 3.
    Error while building/deploying project qmloscilloscope (kit: Altera SoC FPGA Kit)
    The kit Altera SoC FPGA Kit has configuration issues which might be the root cause for this problem.
    When executing step "qmake"

    The pre-built Qt library can be found as a compressed file named qt-5.3.1-altera.soc.tart.gz2 in the following directory of the DE1-SoC-MTL2 system CD: /Demonstrations/LXDE_BSP/Library/qt-5.3.1-altera-soc.tar.gz2. The system CD can be found in the following link: https://www.terasic.com.tw/cgi-bin/page/archive.pl?Lang-uage=English&CategoryNo=204&No=930&PartNo=4
    In the Manuals folder in the system CD, the control panel manual specifies how I configured the Kit, Qt version, and compiler.

    I am really hoping you could point me in the right direction. It would be really great if I can get QtCharts to work in this device and I'm guessing there is a way to add it as a plugin or something of that kind. The example I'm trying to compile for the Altera SoC FPGA Kit is the Qml Oscilloscope provided for Qt 5.12.3 GCC 64bit.

    Thank you for any assistance you may provide.

    jsulmJ 1 Reply Last reply
    0
    • T tommyboy

      I'm trying to compile a Qt application that uses QtCharts for the Terasic Development Board DE1-SoC-MTL2. This dev board comes with Linux LXDE and Qt version 5.3.1 pre-installed. I tested a simple Qt application on the dev board and it works. However, when I try to build an application that uses QtCharts I get the following compile output:

      21:27:49: Starting: "/usr/local/qt-5.3.1-altera-soc/bin/qmake" /home/mcmonigt/Applications/Qt/Examples/Qt-5.12.3/charts/qmloscilloscope/qmloscilloscope.pro -spec linux-arm-gnueabihf-g++
      Project ERROR: Unknown module(s) in QT: quick charts
      21:27:49: The process "/usr/local/qt-5.3.1-altera-soc/bin/qmake" exited with code 3.
      Error while building/deploying project qmloscilloscope (kit: Altera SoC FPGA Kit)
      The kit Altera SoC FPGA Kit has configuration issues which might be the root cause for this problem.
      When executing step "qmake"

      The pre-built Qt library can be found as a compressed file named qt-5.3.1-altera.soc.tart.gz2 in the following directory of the DE1-SoC-MTL2 system CD: /Demonstrations/LXDE_BSP/Library/qt-5.3.1-altera-soc.tar.gz2. The system CD can be found in the following link: https://www.terasic.com.tw/cgi-bin/page/archive.pl?Lang-uage=English&CategoryNo=204&No=930&PartNo=4
      In the Manuals folder in the system CD, the control panel manual specifies how I configured the Kit, Qt version, and compiler.

      I am really hoping you could point me in the right direction. It would be really great if I can get QtCharts to work in this device and I'm guessing there is a way to add it as a plugin or something of that kind. The example I'm trying to compile for the Altera SoC FPGA Kit is the Qml Oscilloscope provided for Qt 5.12.3 GCC 64bit.

      Thank you for any assistance you may provide.

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @tommyboy Does your cross compiled Qt also contain QtCharts module? Because the error you get says exactly this: QtCharts is not available. Cross compile QtCharts first.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      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