C

Prerequisites

The following prerequisites must be installed to start developing for the different target platforms on the Linux and Windows host. You can download the Qt Online Installer from your Qt account.

The following table lists all the common and board-specific prerequisites:

Use Qt Online Installer to install the following prerequisites:

  • Qt for MCUs SDK
  • Qt Creator v9.0.0 or newer
  • CMake 3.21.1 or newer
  • Ninja 1.10.0 or newer
  • ARM Toolchain 10.3-2021.10 or IAR Build Tools for Arm V9.20, depending on which toolchain you are using

    Note: IAR Build Tools for Arm V9.20 needs to be installed separately (available from IAR Systems).

Use Qt Online Installer to install the following prerequisites:

  • MCUXpresso IDE
  • MCUXpresso board SDK:
    • MIMXRT1050-EVKB - MCUXpresso SDK 2.13.0
    • MIMXRT1060-EVKB - MCUXpresso SDK 2.13.1
    • MIMXRT1064-EVK - MCUXpresso SDK 2.13.0
    • MIMXRT1170-EVK - MCUXpresso SDK 2.13.1

Use Qt Online Installer to install the following prerequisites:

  • For EK-RA6M3G only:
    • Flexible Software Package (FSP) source code v4.2.0

Install the following separately as Qt Online Installer does not provide these:

  • Renesas e2 studio 2022-04 (22.4.0) or newer.
  • For RH850-D1M1A only:
    • Green Hills Multi IDE v7.1.6 with Compiler 2015.1.7* or 2018.1.5 and Probe 5.6.4 for V800.
    • Renesas Graphics Library (v2.1.0a) for D1M1/2(H) for Green Hills Compiler.
    • Renesas Flash Programmer.

    * Pre-built libraries are not provided for Compiler 2015.1.7, it's necessary to build Qt Quick Ultralite core and platform libraries from source.

  • For EK-RA6M3G only:

Use Qt Online Installer to install the following prerequisites:

  • STM Cube Programmer 2.11.0 or newer
  • STM32Cube board SDK:
    • STM32F769I-DISCOVERY - STM32CubeF7 SDK 1.17.0 or newer
    • STM32H750B-DISCOVERY - STM32CubeH7 SDK 1.11.0
    • STM32F469I-DISCOVERY - STM32CubeF4 SDK 1.27.0 or newer
  • Udev rules that provide access to the plugged devices for flashing. The STM32Cube programmer or STM32Cube IDE provides the following files, containing the Udev rules:
    • 49-stlinkv1.rules
    • 49-stlinkv2-1.rules
    • 49-stlinkv2.rule
    • 49-stlinkv3.rules
    • 50-usb-conf.rules

    Copy the relevant ones to /etc/udev/rules.d.

In addition, flash the bootloader image to the device if required. For more information, see Bootloader Flashing Instructions for ST boards.

Install the following separately as Qt Online Installer does not provide these:
  • Green Hills MULTI Compiler for Embedded ARM or IAR Build Tools for Arm. Qt for MCUs is tested against Compiler version 2017.1 of Green Hills MULTI Compiler for Embedded ARM, and version 8.22.3 of IAR Functional Safety Build Tools for Arm.
  • For TVII-C-2D-6M-327-SET (REV-01) only:
    • Graphics Driver for Traveo II Cluster Series V2e.1.0, at least the SRC and SDK packages.
  • For TVII-C-2D-4M-216-SET (REV-01), TVII-C-2D-6M-327-CPU REV-B, and TVII-C-2D-6M-327-REF:
    • Graphics Driver for Traveo II Cluster Series V1.2.1, at least the SRC and SDK packages.
  • For TVII-C-2D-6M-500-CPU REV-B only:
    • Graphics Driver for Traveo II Cluster Series V1.2.1, including the SRC, LIB and SDK packages.
  • Infineon Auto Flash Utility 1.2 in order to be able to flash the built executables to the device.
  • A MiniProg4 debug probe if flashing directly from Qt Creator.

In addition, flash the bootloader image to the device if required. For more information, see Bootloader Flashing Instructions for Infineon/Cypress boards.

After installing these prerequisites, launch the Qt Creator IDE to automatically generate kits for all the available targets. If you don't find the kit for a specific target, update the requirements for the target and restart Qt Creator. For more information, refer to Qt Creator setup.

Available under certain Qt licenses.
Find out more.