Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Creating a new kit
Forum Updated to NodeBB v4.3 + New Features

Creating a new kit

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
2 Posts 2 Posters 485 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
    PaulRD
    wrote on 21 Oct 2021, 15:41 last edited by
    #1

    Hello,
    We are using an MXRT1062 processor and want to use QtMCUs for our GUI.. Our custom board has many other sensors differnt than the NXP EVK kit.

    We keep our source tree something like this:
    \svn_sandbox\project\cortex_core\libnxp1060 // this is the standard nxp sdk files
    \svn_sandbox\project\cortex_core\bsp\boardfiles // these are the board files similar to what is in QtMCUs\1.9.0\platform\boards
    \svn_sandbox\project\cortex_core\libfreertos // our free rtos files
    \svn_sandbox\project\gui_controller // the actual gui controller files

    1. I have not found it possible to build a platform kit using our specific folder structure without modification of the core QtMCUs cmake file scripts. It appears many paths are hard coded to the standard QtMCUs folder structure.

    2. My other question is when I do build a kit, and a gui application, it appears somehow the application is "locked" to the specific path. It seems odd to have QtMCUs be so path dependent. i.e. if i check into git and check out to a different base folder, my application no longer will find the installed Qt kit for my platform.

    Is there a way around this?

    Thanks,
    Paul

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 21 Oct 2021, 18:09 last edited by
      #2

      Hi and welcome to devnet,

      Qt for MCUs being a commercial offering, you should contact the Qt Company directly.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      2/2

      21 Oct 2021, 18:09

      • Login

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